Skip to main content
A newer version of this page is available. .

ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions Property

Provides access to the numeric grid settings of the chart range control client.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartRangeControlClientNumericGridOptions RangeControlNumericGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientNumericGridOptions

A ChartRangeControlClientNumericGridOptions object containing numeric grid options for the chart client of the range control.

Remarks

Use this property to access numeric grid options of the chart range control client. After that, you can specify grid option properties, for example, ChartRangeControlClientGridOptions.GridSpacing, ChartRangeControlClientGridOptions.SnapSpacing and ChartRangeControlClientGridOptions.LabelFormat.

See Also