LightningChartSaveToStream Method (Stream, Int32, Int32) |
LightningChart .NET Help
Save the chart into stream in given size.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool SaveToStream(
Stream stream,
int width,
int height
)
Public Function SaveToStream (
stream As Stream,
width As Integer,
height As Integer
) As Boolean
public:
bool SaveToStream(
Stream^ stream,
int width,
int height
)
Parameters
- stream
- Type: System.IOStream
Stream to write to. - width
- Type: SystemInt32
Width of required output - height
- Type: SystemInt32
Height of required output
Return Value
Type:
Booleantrue if succeeded, false otherwise
See Also