LightningChartSaveToStream Method |
| Name | Description | |
|---|---|---|
| SaveToStream(Stream) |
Save the chart into stream in bitmap format.
| |
| SaveToStream(Stream, TargetImageFormat) |
Save the chart into stream in given format and anti-aliasing options.
| |
| SaveToStream(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. | |
| SaveToStream(Stream, Int32, Int32) |
Save the chart into stream in given size.
| |
| SaveToStream(Stream, TargetImageFormat, Int32, Int32, Boolean) |
Save the chart into stream in given format and anti-aliasing options.
| |
| SaveToStream(Stream, TargetImageFormat, BitmapAntialiasOptions, Int32, Int32, Boolean) |
Save the chart into stream in given format and anti-aliasing options.
|