SparklineGroup
VerticalAxisMinValueType Property
|
Represents the vertical axis minimum value type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SpartlineVerticalAxisType VerticalAxisMinValueType { get; set; }
Public Property VerticalAxisMinValueType As SpartlineVerticalAxisType
Get
Set
public:
property SpartlineVerticalAxisType VerticalAxisMinValueType {
SpartlineVerticalAxisType get ();
void set (SpartlineVerticalAxisType value);
}
member VerticalAxisMinValueType : SpartlineVerticalAxisType with get, set
Property Value
Type:
SpartlineVerticalAxisType
See Also