Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<Object>[]()[][]

Implements

IChartCategoryAxis..::..EnteredDirectlyCategoryLabels

See Also