Skip to main content

ChartRangeControlClientView Class

The base class for all chart views of the chart range control client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class ChartRangeControlClientView

The following members return ChartRangeControlClientView objects:

Remarks

The ChartRangeControlClientView class serves as a base for the AreaChartRangeControlClientView and LineChartRangeControlClientView classes.

See Also