Skip to main content

SimpleDiagramSeriesViewBaseModel.Titles Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SeriesTitleCollectionModel

The model of the title collection.

See Also