Back to Devexpress

ChartDesigner.AvailableViewTypes Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-de8b773c.md

latest1.5 KB
Original Source

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.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public List<ViewTypeGroup> AvailableViewTypes { get; set; }
vb
Public Property AvailableViewTypes As List(Of ViewTypeGroup)

Property Value

TypeDescription
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

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace