GrapeCity.Xaml.Excel
ShowLegendKeys Property (ExcelChartDataTable)


GrapeCity.Excel.Chart Namespace > ExcelChartDataTable Class : ShowLegendKeys Property
Indicating whether show legend keys in data tale
Syntax
'Declaration
 
Public Property ShowLegendKeys As Boolean
'Usage
 
Dim instance As ExcelChartDataTable
Dim value As Boolean
 
instance.ShowLegendKeys = value
 
value = instance.ShowLegendKeys
public bool ShowLegendKeys {get; set;}
See Also

Reference

ExcelChartDataTable Class
ExcelChartDataTable Members