Click or drag to resize

LightningChartChartMessage Event

LightningChart .NET Help
Event that notifies if some error has occurred that does not require exception to be thrown, or some other event has happened worth notifying using system of.

See ChartMessageInfo struct contained in the message for detailed information.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public event LightningChartChartMessageHandler ChartMessage

Value

Type: Arction.Wpf.ChartingMVVMLightningChartChartMessageHandler
See Also