Skip to main content

XYDiagram2D.RangeControlNumericGridOptions Property

Provides access to the numeric grid options of the range control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public ChartRangeControlClientNumericGridOptions RangeControlNumericGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientNumericGridOptions

A ChartRangeControlClientNumericGridOptions object that is numeric grid options of the chart range control client.

See Also