ComponentOne Xamarin Edition
Rendered Event
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartBase Class : Rendered Event
Fires after chart finishes rendering.
Syntax
public event EventHandler<RenderEventArgs> Rendered
Event Data

The event handler receives an argument of type RenderEventArgs containing data related to this event. The following RenderEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the control height.  
Gets the control width.  
See Also