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

The following code snippets (auto-collected from DevExpress Examples) contain references to the AreaChartRangeControlClientView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also