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

SimpleDiagramSeriesViewBaseModel.Titles Property

Returns the model of title collection of the modeled simple diagram series view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[Browsable(false)]
public SeriesTitleCollectionModel Titles { get; }

Property Value

Type Description
SeriesTitleCollectionModel

The model of the title collection.

See Also