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

ChartRangeControlClientView Class

Represents the base class for all chart views of the chart range control cliient.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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