ChartDesigner.AvailableViewTypes Property
In This Article
Gets or sets a list of groups of series views available to show on the chart.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public List<ViewTypeGroup> AvailableViewTypes { get; set; }
#Property Value
Type | Description |
---|---|
List<View |
The list of View |
#Remarks
Note that this property values is used to specify available series at:
Change series view menu.
Add series menu.
See Also