[]
        
(Showing Draft Content)

C1.Android.Chart.ChartBase.OnLayout

OnLayout Method

OnLayout(bool, int, int, int, int)

Override the android view OnLayout methed to override the layout logic.

Declaration
protected override void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
Type Name Description
bool changed

Is layout changed

int left

Left position

int top

Top position

int right

Right position

int bottom

Bottom position