Back to Devexpress

ChartRangeControlClientNumericGridOptions Class

corelibraries-devexpress-dot-xtracharts-024e746d.md

latest3.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ChartRangeControlClientNumericGridOptions :
    ChartRangeControlClientGridOptions
vb
Public Class ChartRangeControlClientNumericGridOptions
    Inherits 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

ChartRangeControlClientNumericGridOptions Members

DevExpress.XtraCharts Namespace