Skip to main content

DataLabelBase.ShowSeriesName Property

Gets or sets a value indicating whether the series name should be displayed in a data label.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShowSeriesName { get; set; }

Property Value

Type Description
Boolean

true, to show series name; otherwise, false.

See Also