LayoutChildren Method (FlexPie)
Lays out the FlexChart.Children in the specified rectangle. This method no need to implement currently.
'Declaration
Protected Overrides Sub LayoutChildren( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As FlexPie
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
instance.LayoutChildren(x, y, width, height)
Parameters
- x
- The left-side bound of the rectangle into which the children will be laid out.
- y
- The top bound of the rectangle into which the children will be laid out.
- width
- The width of the rectangle into which the children will be laid out.
- height
- The height of the rectangle into which the children will be laid out.