Skip to main content
A newer version of this page is available. .

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

Declaration

public List<ViewTypeGroup> AvailableViewTypes { get; set; }

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.

    AvailableViewTypes_InChangeSeriesTypeMenu

  • Add series menu.

    AvailableViewTypes_InAddSeriesMenu

See Also