Enum ChartSeriesBaseType
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 ChartSeriesBaseType
Fields
| Name | Description |
|---|---|
| Circular | Values are plotted by circular (Radar, Polar). |
| Independent | Values are independently rendered. |
| Other | Other non-standard rendering. |
| SideBySide | Values are plotted side by side. |
| Single | Values are single series rendered. |