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

ChartRangeControlClientBase Class

Represents the base class for all chart clients of the range control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class ChartRangeControlClientBase :
    Component,
    IRangeControlClient,
    ISupportInitialize,
    IChartCoreClientProvider

Remarks

The ChartRangeControlClientBase class serves as a base for the DateTimeChartRangeControlClient and NumericChartRangeControlClient classes.

See Also