ChartRangeControlClientGridOptions Properties
Represents the base class for classes that provide grid settings of the chart range control client.| Name | Description |
|---|---|
| GridMode | Specifies the current grid mode of a chart range control client. |
| GridOffset | Gets or sets the offset of grid lines in the viewport area of the range control. |
| GridSpacing | Gets or sets a value that specifies the interval between grid lines when the chart is bound to the range control. |
| LabelFormat | Gets or sets the string used to format chart client label values. |
| LabelFormatProvider | Gets or set the format provider to format the values displayed by labels of the chart range control client. |
| SnapMode | Specifies the current snap mode of a chart range control client. |
| SnapOffset | Gets or sets the snap offset in the viewport area of the range control. |
| SnapSpacing | Gets or sets the numeric snap step. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also