LightningChartCopyToClipboard Method (ClipboardImageFormat) |
LightningChart .NET Help
Copy the chart to clipboard image by given format.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool CopyToClipboard(
ClipboardImageFormat imageFormat
)
Public Function CopyToClipboard (
imageFormat As ClipboardImageFormat
) As Boolean
public:
bool CopyToClipboard(
ClipboardImageFormat imageFormat
)
Parameters
- imageFormat
- Type: Arction.Wpf.ChartingMVVMClipboardImageFormat
Clipboard image format.
Return Value
Type:
Booleantrue if succeeded, false otherwise
See Also