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

AreaChartRangeControlClientView Class

Represents the Area view of the chart range control client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class AreaChartRangeControlClientView :
    LineChartRangeControlClientView

Remarks

To display an area chart within the range control’s viewport, you need to assign an AreaChartRangeControlClientView instance to the ChartRangeControlClientDataProvider.TemplateView property.

The following image shows the Area view type of the numeric and date-time chart range control clients.

NumericClient_AreaTemplateView

AreaDateTimeChartClient

Inheritance

See Also