XlsChartAxis
MultiLevelLable Property
|
Axis is show Multi-level category lables.
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 MultiLevelLable { get; set; }
Public Property MultiLevelLable As Boolean
Get
Set
public:
property bool MultiLevelLable {
bool get ();
void set (bool value);
}
member MultiLevelLable : bool with get, set
Property Value
Type:
Boolean
See Also