AxisIsDisplayUnitLabelShown Property |
Represents if the display unit label is shown on the specified axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsDisplayUnitLabelShown { get; set; }
Public Property IsDisplayUnitLabelShown As Boolean
Get
Set
public:
property bool IsDisplayUnitLabelShown {
bool get ();
void set (bool value);
}
member IsDisplayUnitLabelShown : bool with get, set
Property Value
Type:
Boolean
RemarksThe default value is True.
See Also