Click or drag to resize

Chart Axes Property

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
public ChartAxisCollection Axes { get; }

Return Value

Type: ChartAxisCollection
A ChartAxisCollection containing the axes of the chart.
See Also