FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / ColorAxis Class / GetHeight Method

In This Topic
    GetHeight Method (ColorAxis)
    In This Topic
    Gets the axis height.
    Syntax
    'Declaration
     
    Protected Overrides Function GetHeight( _
       ByVal engine As IRenderEngine, _
       ByVal maxWidth As System.Double _
    ) As System.Double
    protected override System.double GetHeight( 
       IRenderEngine engine,
       System.double maxWidth
    )

    Parameters

    engine
    maxWidth
    See Also