ChartDesigner.AvailableViewTypes Property
Gets or sets a list of groups of series views available to show on the chart.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
List<ViewTypeGroup> | The list of ViewTypeGroup objects which specifies the available series views. |
Remarks
Note that this property values is used to specify available series at:
Change series view menu.
Add series menu.
See Also