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

In This Topic
    Layout Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Layout( _
       ByVal axisRect As _Rect, _
       ByVal plotRect As _Rect _
    ) 
    public void Layout( 
       _Rect axisRect,
       _Rect plotRect
    )

    Parameters

    axisRect
    plotRect
    See Also