ChartDesigner.AddElementMenuOptions Property
In This Article
Returns options of the Add Element menu.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public AddElementMenuOptions AddElementMenuOptions { get; }
#Property Value
Type | Description |
---|---|
Add |
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.
See Also