Click or drag to resize

ChartOptionsRaiseEventsAfterDraw Property

LightningChart .NET Help
Defines if the events raised during rendering should be emitted only at the end of the drawing (frame) or when the changes occur.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool RaiseEventsAfterDraw { get; set; }

Property Value

Type: Boolean
See Also