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

ChartRangeControlClientView(SparklineViewBase) Constructor

Initializes a new instance of the ChartRangeControlClientView class with a sparkline view type.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public ChartRangeControlClientView(
    SparklineViewBase sparklineView
)

Parameters

Name Type Description
sparklineView SparklineViewBase

A SparklineViewBase object representing a sparkline view type.

See Also