Enum ChartSeriesBaseStackingType
Specifies the representation classification. Generally used only when you are writing custom renderers.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartSeriesBaseStackingType
Fields
| Name | Description |
|---|---|
| FullStacked | Values are stacked. |
| NotStacked | Values are not stacked. |
| Stacked | Values are stacked. |