Gets the collection of axes for the chart.
 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 ChartAxisCollection Axes { get; }
 
Public ReadOnly Property Axes As ChartAxisCollection
	Get
 
public:
property ChartAxisCollection^ Axes {
	ChartAxisCollection^ get ();
}
 
member Axes : ChartAxisCollection with get
 
 
 
Return Value
 
 Type:
 
ChartAxisCollection
 
 A
 
ChartAxisCollection
 
 containing the axes of the chart.
 
 See Also
See Also