Click or drag to resize

LightningChartCopyToClipboard Method (Int32, Int32)

LightningChart .NET Help
Copy the chart to clipboard bitmap image.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool CopyToClipboard(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Width of required output
height
Type: SystemInt32
Height of required output

Return Value

Type: Boolean
true if succeeded, false otherwise
See Also