XYDiagram2D.RangeControlNumericGridOptions Property
Provides access to the numeric grid options of the range control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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