Click or drag to resize

PointLineSeriesBaseCustomLinePointColoringAndShapingEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the CustomLinePointColoringAndShaping event.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CustomLinePointColoringAndShapingEventHandler(
	Object sender,
	CustomLinePointColoringAndShapingEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingMVVM.SeriesXYCustomLinePointColoringAndShapingEventArgs
Provides data for the CustomLinePointColoringAndShaping event.
See Also