Click or drag to resize

LightningChartSaveToStream Method (Stream, Int32, Int32)

LightningChart .NET Help
Save the chart into stream in given size.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool SaveToStream(
	Stream stream,
	int width,
	int height
)

Parameters

stream
Type: System.IOStream
Stream to write to.
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