Click or drag to resize

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
Syntax
public bool CopyToClipboard(
	ClipboardImageFormat imageFormat
)

Parameters

imageFormat
Type: Arction.Wpf.ChartingMVVMClipboardImageFormat
Clipboard image format.

Return Value

Type: Boolean
true if succeeded, false otherwise
See Also