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

ChartCollectionBaseModel.AddNewElement(Object) Method

Adds a newly created model of the specified chart element to the collection.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public abstract void AddNewElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A chart element whose model should be added.

See Also