Spread WPF Documentation
ConvertValue Method (AxisItemsCollection)


Index of the value.
The obj.
Converts the value.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function ConvertValue( _
   ByVal valueIndex As System.Integer, _
   ByVal obj As System.Object _
) As System.Object
'Usage
 
Dim instance As AxisItemsCollection
Dim valueIndex As System.Integer
Dim obj As System.Object
Dim value As System.Object
 
value = instance.ConvertValue(valueIndex, obj)
protected override System.object ConvertValue( 
   System.int valueIndex,
   System.object obj
)

Parameters

valueIndex
Index of the value.
obj
The obj.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

AxisItemsCollection Class
AxisItemsCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.