Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartView.ViewType Property

Gets the type of the chart view.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ChartType ViewType { get; }

Property Value

Type Description
ChartType

A ChartType enumeration member.

Remarks

A chart view of a particular type contains series of the same type. To display a data series using the specific type, add it to the ChartView.Series collection of the required type.

See Also