Back to Devexpress

PieSeries.Titles Property

wpf-devexpress-dot-xpf-dot-charts-dot-pieseries-86e97762.md

latest1.2 KB
Original Source

PieSeries.Titles Property

Provides access to the collection of Pie series titles.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TitleCollection Titles { get; }
vb
Public ReadOnly Property Titles As TitleCollection

Property Value

TypeDescription
TitleCollection

A TitleCollection object representing the collection of series titles.

|

See Also

PieSeries Class

PieSeries Members

DevExpress.Xpf.Charts Namespace