Skip to main content
A newer version of this page is available. .

ChartRangeControlClientBase(SparklineScaleType, ChartRangeControlClientGridOptions, ChartRangeControlClientRange) Constructor

Initializes a new instance of the ChartRangeControlClientBase class with the specified sparkline scale type, grid options, and range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public ChartRangeControlClientBase(
    SparklineScaleType scaleType,
    ChartRangeControlClientGridOptions gridOptions,
    ChartRangeControlClientRange range
)

Parameters

Name Type Description
scaleType DevExpress.Sparkline.Core.SparklineScaleType

A SparklineScaleType representing the scale type (date-time or numeric) of the sparkline.

gridOptions ChartRangeControlClientGridOptions

A ChartRangeControlClientGridOptions object that contains properties to customize the grid of the chart range control client.

range ChartRangeControlClientRange

A ChartRangeControlClientRange object representing the range of the chart range control client.

See Also