Class ChartSetMode
Specifies the mode of drawing the edge labels.
Inheritance
System.Object
ChartSetMode
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSetMode : Enum
Fields
AutoSet
The margin labels will be auto set.
Declaration
public const ChartSetMode AutoSet
Field Value
| Type |
|---|
| ChartSetMode |
None
None of the edge label settings will be applied.
Declaration
public const ChartSetMode None
Field Value
| Type |
|---|
| ChartSetMode |
UserSet
The margin labels will be user set.
Declaration
public const ChartSetMode UserSet
Field Value
| Type |
|---|
| ChartSetMode |