Skip to main content

ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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