Click or drag to resize

AxisBounds Minimum Property

Gets or sets the minimum 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 Minimum { get; set; }

Property Value

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