Click or drag to resize

LightningChartBeforeRendering Event

LightningChart .NET Help
Occurs just before the chart is going to get rendered. This is the place where you can create custom graphics objects etc.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public event LightningChartBeforeRenderingEventHandler BeforeRendering

Value

Type: Arction.Wpf.ChartingLightningChartBeforeRenderingEventHandler
See Also