IDataBar
MaxPoint Property
 | 
Returns a ConditionValue object which specifies how the longest bar is evaluated
for a data bar conditional format.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
IConditionValue MaxPoint { get; }
 
ReadOnly Property MaxPoint As IConditionValue
	Get
 
property IConditionValue^ MaxPoint {
	IConditionValue^ get ();
}
 
abstract MaxPoint : IConditionValue with get
 
 
 
Property Value
Type:
IConditionValue
 
See Also