SparklineGroup
VerticalAxisMinValue Property
|
Gets and sets the custom minimum 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 VerticalAxisMinValue { get; set; }
Public Property VerticalAxisMinValue As Double
Get
Set
public:
property double VerticalAxisMinValue {
double get ();
void set (double value);
}
member VerticalAxisMinValue : float with get, set
Property Value
Type:
Double
See Also