Skip to main content

ChartRangeControlClientTimeSpanGridOptions Class

Represents the time-span settings of the chart range control client.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public class ChartRangeControlClientTimeSpanGridOptions :
    ChartRangeControlClientGridOptions

The following members return ChartRangeControlClientTimeSpanGridOptions objects:

#Remarks

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

For more information on how to integrate a chart control with the range control, see Integration with a Range Control.

#Inheritance

Object
ChartElement
ChartRangeControlClientGridOptions
ChartRangeControlClientTimeSpanGridOptions
See Also