Click or drag to resize

PointLineSeriesBaseCustomLinePointColoringAndShaping Event

LightningChart .NET Help
Custom line coloring and line coordinates event. Event handler must give color for each data point received in the handler. The coordinates can be adjusted as well and new line points can be inserted.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public event PointLineSeriesBaseCustomLinePointColoringAndShapingEventHandler CustomLinePointColoringAndShaping

Value

Type: Arction.WinForms.Charting.SeriesXYPointLineSeriesBaseCustomLinePointColoringAndShapingEventHandler
See Also