Click or drag to resize

LightningChartSaveToStream Method (Stream, TargetImageFormat)

LightningChart .NET Help
Save the chart into stream in given format and anti-aliasing options.

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,
	TargetImageFormat format
)

Parameters

stream
Type: System.IOStream
Stream to write to.
format
Type: Arction.WinForms.ChartingTargetImageFormat
Image format.

Return Value

Type: Boolean
true if succeeded, false otherwise
See Also