AxisDisplayUnits
Unit Property
|
Gets or sets the built-in unit of the axis display.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public AxisBuiltInUnit Unit { get; set; }
Public Property Unit As AxisBuiltInUnit
Get
Set
public:
property AxisBuiltInUnit Unit {
AxisBuiltInUnit get ();
void set (AxisBuiltInUnit value);
}
member Unit : AxisBuiltInUnit with get, set
Return Value
Type:
AxisBuiltInUnit
The built-in unit of the axis display.
See Also