'Declaration
<C1DescriptionAttribute("FlexChartBase.Rendering", "Fires before chart starts rendering.")> Public Event Rendering As EventHandler(Of RenderEventArgs)
[C1Description("FlexChartBase.Rendering", "Fires before chart starts rendering.")] public event EventHandler<RenderEventArgs> Rendering
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Engine | Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs) |
Graphics | Gets the graphics. |
See Also