PointLineSeriesPolarCustomLinePointColoringAndShapingEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the CustomLinePointColoringAndShaping event.
Namespace:
Arction.Wpf.Charting.SeriesPolar
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void CustomLinePointColoringAndShapingEventHandler(
Object sender,
CustomLinePointColoringAndShapingPolarEventArgs e
)
Public Delegate Sub CustomLinePointColoringAndShapingEventHandler (
sender As Object,
e As CustomLinePointColoringAndShapingPolarEventArgs
)
public delegate void CustomLinePointColoringAndShapingEventHandler(
Object^ sender,
CustomLinePointColoringAndShapingPolarEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.Charting.SeriesPolarCustomLinePointColoringAndShapingPolarEventArgs
Provides data for the CustomLinePointColoringAndShaping event.
See Also