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