XlsChartValueAxis
HasDisplayUnitLabel Property
|
True if the label is displayed on the specified axis.
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 HasDisplayUnitLabel { get; set; }
Public Property HasDisplayUnitLabel As Boolean
Get
Set
public:
property bool HasDisplayUnitLabel {
bool get ();
void set (bool value);
}
member HasDisplayUnitLabel : bool with get, set
Property Value
Type:
Boolean
See Also