ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / GetHeight Method

In This Topic
    GetHeight Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetHeight( _
       ByVal engine As IRenderEngine, _
       ByVal maxWidth As System.Double _
    ) As System.Double
    protected virtual System.double GetHeight( 
       IRenderEngine engine,
       System.double maxWidth
    )

    Parameters

    engine
    maxWidth
    See Also