ChartRangeControlClientTimeSpanGridOptions Class
Represents the time-span settings of the chart range control client.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class ChartRangeControlClientTimeSpanGridOptions :
ChartRangeControlClientGridOptions
Related API Members
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