[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Chart.FlexChart.LayoutChildren

LayoutChildren Method

LayoutChildren(double, double, double, double)

Lays out the FlexChart.Children in the specified rectangle. This method no need to implement currently.

Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type Name Description
double x

The left-side bound of the rectangle into which the children will be laid out.

double y

The top bound of the rectangle into which the children will be laid out.

double width

The width of the rectangle into which the children will be laid out.

double height

The height of the rectangle into which the children will be laid out.