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; }
Public Property Maximum As AxisBound
Get
Set
public:
property AxisBound^ Maximum {
AxisBound^ get ();
void set (AxisBound^ value);
}
member Maximum : AxisBound with get, set
Return Value
Type:
AxisBound
The maximum value of the axis.
See Also