Click or drag to resize

LightningChartSaveToStream Method (Stream)

LightningChart .NET Help
Save the chart into stream in bitmap format.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool SaveToStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to write to.

Return Value

Type: Boolean
true if succeeded, false otherwise
See Also