LightningChartOutputStream Property |
LightningChart .NET Help
Stream to write the rendered frame bitmaps to.
Defaults to null. Set the stream to this property and it will be
written with ran data of the images on every frame. See remarks for the format.
This property is intended as the fastest way to capture continuous frames from the chart, especially on
Headless mode.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Stream OutputStream { get; set; }Public Property OutputStream As Stream
Get
Set
public:
property Stream^ OutputStream {
Stream^ get ();
void set (Stream^ value);
}Property Value
Type:
Stream
See Also