Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkPoints Interface / Lowpoint Property


In This Topic
Lowpoint Property
In This Topic
Gets an ISparkColor object that represents the color and visibility of the marker for the lowest point of data on a sparkline.
Syntax
'Declaration
 
ReadOnly Property Lowpoint As ISparkColor
 
'Usage
 
Dim instance As ISparkPoints
Dim value As ISparkColor
 
value = instance.Lowpoint
See Also