Class ChartSeriesBaseStackingType
Specifies the representation classification. Generally used only when you are writing custom renderers.
Inheritance
System.Object
ChartSeriesBaseStackingType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSeriesBaseStackingType : Enum
Fields
FullStacked
Values are stacked.
Declaration
public const ChartSeriesBaseStackingType FullStacked
Field Value
| Type |
|---|
| ChartSeriesBaseStackingType |
NotStacked
Values are not stacked.
Declaration
public const ChartSeriesBaseStackingType NotStacked
Field Value
| Type |
|---|
| ChartSeriesBaseStackingType |
Stacked
Values are stacked.
Declaration
public const ChartSeriesBaseStackingType Stacked
Field Value
| Type |
|---|
| ChartSeriesBaseStackingType |