Class ChartCustomLabelsParameter
Specifies the parameter types of GetLabelAt(Int32) method.
Inheritance
System.Object
ChartCustomLabelsParameter
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartCustomLabelsParameter : Enum
Fields
Index
The parameter of GetLabelAt(Int32) method is index of labels.
Declaration
public const ChartCustomLabelsParameter Index
Field Value
| Type |
|---|
| ChartCustomLabelsParameter |
Position
The parameter of GetLabelAt(Int32) method is position of labels.
Declaration
public const ChartCustomLabelsParameter Position
Field Value
| Type |
|---|
| ChartCustomLabelsParameter |