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

PieSeries.Titles Property

Provides access to the collection of Pie series titles.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public TitleCollection Titles { get; }

Property Value

Type Description
TitleCollection

A TitleCollection object representing the collection of series titles.

See Also