Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataLabelBase.ShowLegendKey Property

Gets or sets a value indicating whether the legend key should be displayed in a data label.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool ShowLegendKey { get; set; }

Property Value

Type Description
Boolean

true, to show the legend key; otherwise, false.

See Also