Skip to main content
All docs
V25.1
  • ChartRangeControlClientTimeSpanGridOptions Class

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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