Skip to main content

ChartRangeControlClientView(SparklineViewBase) Constructor

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ChartRangeControlClientView(
    SparklineViewBase sparklineView
)

Parameters

Name Type Description
sparklineView SparklineViewBase

A SparklineViewBase object representing a sparkline view type.

See Also