SparklineGroup
VerticalAxisMaxValue Property
|
Gets and sets the custom maximum value for the vertical axis.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double VerticalAxisMaxValue { get; set; }
Public Property VerticalAxisMaxValue As Double
Get
Set
public:
property double VerticalAxisMaxValue {
double get ();
void set (double value);
}
member VerticalAxisMaxValue : float with get, set
Property Value
Type:
Double
See Also