Click or drag to resize

PointLineSeriesPolarCustomLinePointColoringAndShaping 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.SeriesPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public event PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler CustomLinePointColoringAndShaping

Value

Type: Arction.WinForms.Charting.SeriesPolarPointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler
See Also