XlsChartDataTable
ShowSeriesKeys Property
 | 
Indicates whehter series keys in the data table.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool ShowSeriesKeys { get; set; }
 
Public Property ShowSeriesKeys As Boolean
	Get
	Set
 
public:
virtual property bool ShowSeriesKeys {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract ShowSeriesKeys : bool with get, set
override ShowSeriesKeys : bool with get, set
 
 
 
Property Value
Type:
Boolean
Implements
IChartDataTable
ShowSeriesKeys
 
See Also