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

StripCollectionModel.AddNewElement(Object) Method

Adds a newly created model of the specified strip to the collection.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public override void AddNewElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A Strip object whose model should be added.

See Also