Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LineChartSubType Enumeration


In This Topic
    LineChartSubType Enumeration
    In This Topic
    Defines the available sub types for a LineChart.
    Syntax
    'Declaration
     
    
    Public Enum LineChartSubType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineChartSubType
    public enum LineChartSubType : System.Enum 
    Members
    MemberDescription
    Line

    LineSeries are drawn using a single Line.

    Line3D

    LineSeries are drawn with some depth, transforming each line into a 3D Line.

    This is used in a Line3DChart.

    LineWithMarkers

    LineSeries are draw using a single Line & each data point is identified with a Marker.

    Stacked

    LineSeries are drawn using a single Line & their values are stacked on top of each other.

    Stacked100Percent

    LineSeries are drawn using a single Line & their values are stacked to represent a percentage equal to their part in attaining the final 100% of each LineSeries.

    Stacked100PercentWithMarkers

    LineSeries are drawn using a single Line & their values are stacked to represent a percentage equal to their part in attaining the final 100% of each LineSeries; each data point is identified with a Marker.

    StackedWithMarkers

    LineSeries are drawn using a single Line & their values are stacked on top of each other; each data point is identified with a Marker.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.LineChartSubType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also