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

ChartRangeControlClientNumericGridOptions Class

Contains specific settings which define the representation of numeric grid lines and labels in the chart range control client.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class ChartRangeControlClientNumericGridOptions :
    ChartRangeControlClientGridOptions

The following members return ChartRangeControlClientNumericGridOptions objects:

Remarks

Use the ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions property to get access to the ChartRangeControlClientNumericGridOptions object.

Then, you can customize grid settings using the ChartRangeControlClientGridOptions.SnapSpacing, and ChartRangeControlClientGridOptions.GridSpacing properties.

Note

Grid properties provided by the ChartRangeControlClientNumericGridOptions class are calculated automatically, because the ChartRangeControlClientGridOptions.GridMode is set to Auto by default. When you change the default value of the specific property, this resets the grid automatic calculation (the ChartRangeControlClientGridOptions.GridMode is set to Manual).

To format chart client label values, use the ChartRangeControlClientGridOptions.LabelFormat property.

Inheritance

Object
ChartElement
ChartRangeControlClientGridOptions
ChartRangeControlClientNumericGridOptions
See Also