XYDiagram2DModel.RangeControlNumericGridOptions Property
Returns the model of numeric grid options of the modeled chart Range Control.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Misc)]
public ChartRangeControlClientNumericGridOptionsModel RangeControlNumericGridOptions { get; }
Property Value
Type | Description |
---|---|
ChartRangeControlClientNumericGridOptionsModel | The model of numeric grid options. |
See Also