Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

ChartRangeControlClientView Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.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