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

ChartDesigner.AddElementMenuOptions Property

Returns options of the Add Element menu.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public AddElementMenuOptions AddElementMenuOptions { get; }

Property Value

Type Description
AddElementMenuOptions

The object storing Add Element menu options.

Remarks

This menu is shown when the Add Chart Element button is clicked. This menu is represented in the image below.

AddElementMenu

See Also