Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / Data Property


In This Topic
Data Property (IIndicator)
In This Topic
Gets the data.
Syntax
'Declaration
 
ReadOnly Property Data As SheetCellRange()
 
'Usage
 
Dim instance As IIndicator
Dim value() As SheetCellRange
 
value = instance.Data

Property Value

The data.
See Also