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

PieSeriesView.ShowTitle Property

Gets or sets whether the title of the pie series is visible.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "UpdateTitle")]
public bool ShowTitle { get; set; }

Property Value

Type Description
Boolean

true if the title is shown; otherwise, false.

Remarks

Use the PieSeriesView.Title property to specify the title’s content.

See Also