Back to Devexpress

AreaChartRangeControlClientView Class

windowsforms-devexpress-dot-xtraeditors-6aede5c9.md

latest1.8 KB
Original Source

AreaChartRangeControlClientView Class

The Area view of the chart range control client.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class AreaChartRangeControlClientView :
    LineChartRangeControlClientView
vb
Public Class AreaChartRangeControlClientView
    Inherits 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:

Inheritance

Object ChartRangeControlClientView LineChartRangeControlClientView AreaChartRangeControlClientView

See Also

AreaChartRangeControlClientView Members

DevExpress.XtraEditors Namespace