XlsChartCategoryAxis
EnteredDirectlyCategoryLabels Property
 | 
Entered directly 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 Object[] EnteredDirectlyCategoryLabels { get; set; }
 
Public Property EnteredDirectlyCategoryLabels As Object()
	Get
	Set
 
public:
virtual property array<Object^>^ EnteredDirectlyCategoryLabels {
	array<Object^>^ get () sealed;
	void set (array<Object^>^ value) sealed;
}
 
abstract EnteredDirectlyCategoryLabels : Object[] with get, set
override EnteredDirectlyCategoryLabels : Object[] with get, set
 
 
 
Property Value
Type:
Object
Implements
IChartCategoryAxis
EnteredDirectlyCategoryLabels
 
See Also