XlsChartCategoryAxis
CategoryLabels Property
 | 
Category labels for the chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IXLSRange CategoryLabels { get; set; }
 
Public Property CategoryLabels As IXLSRange
	Get
	Set
 
public:
virtual property IXLSRange^ CategoryLabels {
	IXLSRange^ get () sealed;
	void set (IXLSRange^ value) sealed;
}
 
abstract CategoryLabels : IXLSRange with get, set
override CategoryLabels : IXLSRange with get, set
 
 
 
Property Value
Type:
IXLSRange
Implements
IChartCategoryAxis
CategoryLabels
 
See Also