Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / LayoutChildren Method


In This Topic
    LayoutChildren Method (ChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub LayoutChildren( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    'Usage
     
    
    Dim instance As ChartBase
    Dim x As Double
    Dim y As Double
    Dim width As Double
    Dim height As Double
     
    instance.LayoutChildren(x, y, width, height)
    protected abstract void LayoutChildren( 
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    x
    y
    width
    height
    See Also