| 
ChartAxis
Bounds Property
  | 
 Gets the bounds 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 AxisBounds Bounds { get; }
 
Public ReadOnly Property Bounds As AxisBounds
	Get
 
public:
property AxisBounds^ Bounds {
	AxisBounds^ get ();
}
 
member Bounds : AxisBounds with get
 
 
 
Return Value
 
 Type:
 
AxisBounds
 
 The bounds of the axis.
 
 See Also
See Also