Skip to main content
All docs
V25.1
  • ChartRangeControlClientTimeSpanGridOptions(ChartElement) Constructor

    Initializes a new instance of the ChartRangeControlClientTimeSpanGridOptions class with the specified time-span grid options of the range control.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ChartRangeControlClientTimeSpanGridOptions(
        ChartElement owner
    )

    Parameters

    Name Type Description
    owner ChartElement

    A ChartRangeControlClientDateTimeGridOptions object that contains properties to customize the grid of the time-span range control.

    See Also