ComponentOne FlexChart for UWP
Rendered Event

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > FlexChartBase Class : Rendered Event
Fires after chart finishes rendering.
Syntax
'Declaration
 
Public Event Rendered As System.EventHandler(Of RenderEventArgs)
public event System.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 rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
Gets the control height.  
Gets the control width.  
See Also