[]
Lays out the FlexChart.Children in the specified rectangle. This method no need to implement currently.
protected override void LayoutChildren(double x, double y, double width, double height)
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. |