Gets the units for the axis.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public AxisUnits Units { get; }
 
Public ReadOnly Property Units As AxisUnits
	Get
 
public:
property AxisUnits^ Units {
	AxisUnits^ get ();
}
 
member Units : AxisUnits with get
 
 
 
Return Value
 
 Type:
 
AxisUnits
 
 The units of the axis.
 
 See Also
See Also