[]
        
(Showing Draft Content)

C1.Android.Chart.FlexPie.OnMeasure

OnMeasure Method

OnMeasure(int, int)

Called to determine the size requirements for this view and all of its children.

Declaration
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
Type Name Description
int widthMeasureSpec

The horizontal space requirements as imposed by the parent.

int heightMeasureSpec

The vertical space requirements as imposed by the parent.

Overrides