Back to Devexpress

ChartRangeControlClientNumericOptions Class

corelibraries-devexpress-dot-xtracharts-c500bdba.md

latest1.8 KB
Original Source

ChartRangeControlClientNumericOptions Class

Represents the numeric settings of the chart range control client.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ChartRangeControlClientNumericOptions
vb
Public Class ChartRangeControlClientNumericOptions

Remarks

Use the RangeControl.ClientOptions property to get access to a ChartRangeControlClientNumericOptions object.

After that, you can customize the numeric grid of the chart range control client. To do this, you need to access a ChartRangeControlClientNumericGridOptions object using the ChartRangeControlClientNumericOptions.RangeControlNumericGridOptions property.

To learn how to integrate a chart control with the range control, see Integration with a Range Control.

Inheritance

Object ChartRangeControlClientNumericOptions

See Also

ChartRangeControlClientNumericOptions Members

DevExpress.XtraCharts Namespace