Gets the height of the visible item.
Syntax
'Declaration
Public Overridable Function GetItemVisibleHeight( _
ByVal As System.Windows.Size, _
ByVal As System.Integer _
) As System.Double
'Usage
Dim instance As BaseSparklineViewInfo
Dim availableSize As System.Windows.Size
Dim index As System.Integer
Dim value As System.Double
value = instance.GetItemVisibleHeight(availableSize, index)
public virtual System.double GetItemVisibleHeight(
System.Windows.Size ,
System.int
)
Parameters
- availableSize
- The available size.
- index
- The index.
See Also