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