Enum ChartRegionType
Lists the types of chart region.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartRegionType
Fields
Name | Description |
---|---|
Axis | The region is a axes. |
CalloutLabel | The region is a callout datalabel. |
ChartCustom | Anything else not covered. |
HorAxisLabel | The region is a horizontal axis grouping label. |
SeriesPoint | The region is a series point. |
Unknown | The region is a unknown element. |
VerAxisLabel | The region is a vertical axis grouping label. |