Enum ChartCustomLabelsParameter
Specifies the parameter types of GetLabelAt(Int32) method.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartCustomLabelsParameter
Fields
| Name | Description |
|---|---|
| Index | The parameter of GetLabelAt(Int32) method is index of labels. |
| Position | The parameter of GetLabelAt(Int32) method is position of labels. |