FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Axis Class / GetHeight Method

In This Topic
    GetHeight Method (Axis)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetHeight( _
       ByVal engine As IRenderEngine, _
       ByVal maxWidth As System.Double _
    ) As System.Double
    public System.double GetHeight( 
       IRenderEngine engine,
       System.double maxWidth
    )

    Parameters

    engine
    maxWidth
    See Also