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
Syntaxpublic bool SaveToStream(
Stream stream
)
Public Function SaveToStream (
stream As Stream
) As Boolean
public:
bool SaveToStream(
Stream^ stream
)
Parameters
- stream
- Type: System.IOStream
Stream to write to.
Return Value
Type:
Booleantrue if succeeded, false otherwise
See Also