Skip to main content

ChartRangeControlClientRange Class

The base class for defining the range for all chart clients (date-time and numeric chart clients) of the range control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class ChartRangeControlClientRange

The following members return ChartRangeControlClientRange objects:

Remarks

The ChartRangeControlClientRange class serves as a base for the DateTimeChartRangeControlClientRange and NumericChartRangeControlClientRange classes.

See Also