Click or drag to resize

LightningChartSaveToStream Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodSaveToStream(Stream)
Save the chart into stream in bitmap format.
Public methodSaveToStream(Stream, TargetImageFormat)
Save the chart into stream in given format and anti-aliasing options.
Public methodSaveToStream(Stream, TargetImageFormat, BitmapAntialiasOptions)
Save the chart into stream in given format and anti-aliasing options.

Note that the stream's position is at the end. In order to read it to some other variable, rewind it first using seek.

Public methodSaveToStream(Stream, Int32, Int32)
Save the chart into stream in given size.
Public methodSaveToStream(Stream, TargetImageFormat, Int32, Int32, Boolean)
Save the chart into stream in given format and anti-aliasing options.
Public methodSaveToStream(Stream, TargetImageFormat, BitmapAntialiasOptions, Int32, Int32, Boolean)
Save the chart into stream in given format and anti-aliasing options.
Top
See Also