Skip to main content

ChartTitleCollectionModel.AddNewElement(Object) Method

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public override void AddNewElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A ChartTitle object whose model should be added.

See Also