[]
        
(Showing Draft Content)

FarPoint.Win.Chart.IMultiLevelData.GetValue

GetValue Method

GetValue(int, int, out object)

Gets the object value at the index and level.

Declaration
bool GetValue(int index, int level, out object value)
Function GetValue(index As Integer, level As Integer, ByRef value As Object) As Boolean
Parameters
Type Name Description
int index

the index of data source.

int level

the level of data source

object value

the object value

Returns
Type Description
bool

the object value at the index and level