DataBar
MaxPoint Property
|
The longest bar is evaluated for a data bar conditional format.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ConditionValue MaxPoint { get; }
Public ReadOnly Property MaxPoint As ConditionValue
Get
public:
property ConditionValue^ MaxPoint {
ConditionValue^ get ();
}
member MaxPoint : ConditionValue with get
Property Value
Type:
ConditionValue
See Also