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

XYDiagram2D.RangeControlNumericGridOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[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