C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Axis Class / GetHeight Method
Render engine
Maximal width

In This Topic
GetHeight Method (Axis)
In This Topic
Calculates the desired height of axis.
Syntax
'Declaration
 
Protected Overridable Function GetHeight( _
   ByVal engine As IRenderEngine, _
   ByVal maxWidth As Double _
) As Double
 

Parameters

engine
Render engine
maxWidth
Maximal width

Return Value

The desired height
See Also