LightningChartCaptured Event |
LightningChart .NET Help
Occurs right after the chart has been captured. E.g. CopyToClipBoard or SaveToFile, when there is possibility that rendering may be delayed due e.g. image reading from web.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event LightningChartCaptureEventHandler Captured
Public Event Captured As LightningChartCaptureEventHandler
public:
event LightningChartCaptureEventHandler^ Captured {
void add (LightningChartCaptureEventHandler^ value);
void remove (LightningChartCaptureEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingLightningChartCaptureEventHandler
See Also