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.v18.1.dll

Declaration

[ToolboxTabName("DX.18.1: Common Controls")]
public abstract class ChartRangeControlClientBase :
    Component,
    IRangeControlClient,
    ISupportInitialize,
    IChartCoreClientProvider

Remarks

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

See Also