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.Wpf.ChartingMVVM.SeriesPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler CustomLinePointColoringAndShaping
Public Event CustomLinePointColoringAndShaping As PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler
public:
event PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler^ CustomLinePointColoringAndShaping {
void add (PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler^ value);
void remove (PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.SeriesPolarPointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler
See Also