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

DataTableOptions.ShowLegendKeys Property

Gets or sets whether to display legend keys.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool ShowLegendKeys { get; set; }

Property Value

Type Description
Boolean

true, to display legend keys; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowLegendKeys
ChartObject
.DataTable.ShowLegendKeys
See Also