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

XYDiagram2DModel.RangeControlNumericGridOptions Property

Returns the model of numeric grid options of the modeled chart Range Control.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public ChartRangeControlClientNumericGridOptionsModel RangeControlNumericGridOptions { get; }

Property Value

Type Description
ChartRangeControlClientNumericGridOptionsModel

The model of numeric grid options.

See Also