Click or drag to resize

AxisBounds Maximum Property

Gets or sets the maximum value of 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
public AxisBound Maximum { get; set; }

Return Value

Type: AxisBound
The maximum value of the axis.
See Also