Skip to main content

PieSeriesView.Title Property

Provides access to the title settings of the pie.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public SeriesTitle Title { get; set; }

#Property Value

Type Description
SeriesTitle

A SeriesTitle object which provides settings for the pie title.

See Also