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