Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / MaxPoint Property


In This Topic
MaxPoint Property
In This Topic
Returns a IConditionValue object that specifies how the longest bar is evaluated for a data bar conditional format.
Syntax
'Declaration
 
ReadOnly Property MaxPoint As IConditionValue
 
'Usage
 
Dim instance As IDatabar
Dim value As IConditionValue
 
value = instance.MaxPoint

Property Value

An IConditionValue object represents the maximum point value.
See Also