PieSeriesView.ShowTitle Property
In This Article
Gets or sets whether the title of the pie series is visible.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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