Class ChartRegionType
Lists the types of chart region.
Inheritance
System.Object
ChartRegionType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartRegionType : Enum
Fields
Axis
The region is a axes.
Declaration
public const ChartRegionType Axis
Field Value
| Type |
|---|
| ChartRegionType |
CalloutLabel
The region is a callout datalabel.
Declaration
public const ChartRegionType CalloutLabel
Field Value
| Type |
|---|
| ChartRegionType |
ChartCustom
Anything else not covered.
Declaration
public const ChartRegionType ChartCustom
Field Value
| Type |
|---|
| ChartRegionType |
HorAxisLabel
The region is a horizontal axis grouping label.
Declaration
public const ChartRegionType HorAxisLabel
Field Value
| Type |
|---|
| ChartRegionType |
SeriesPoint
The region is a series point.
Declaration
public const ChartRegionType SeriesPoint
Field Value
| Type |
|---|
| ChartRegionType |
Unknown
The region is a unknown element.
Declaration
public const ChartRegionType Unknown
Field Value
| Type |
|---|
| ChartRegionType |
VerAxisLabel
The region is a vertical axis grouping label.
Declaration
public const ChartRegionType VerAxisLabel
Field Value
| Type |
|---|
| ChartRegionType |