Spread Silverlight Documentation
GetItemWidth Method


GrapeCity.Windows.SpreadSheet.Data Namespace > BaseSparklineViewInfo Class : GetItemWidth Method
The available size.
Gets the width of the item.
Syntax
'Declaration
 
Public Overridable Function GetItemWidth( _
   ByVal availableSize As System.Windows.Size _
) As System.Double
'Usage
 
Dim instance As BaseSparklineViewInfo
Dim availableSize As System.Windows.Size
Dim value As System.Double
 
value = instance.GetItemWidth(availableSize)
public virtual System.double GetItemWidth( 
   System.Windows.Size availableSize
)

Parameters

availableSize
The available size.
See Also

Reference

BaseSparklineViewInfo Class
BaseSparklineViewInfo Members