Click or drag to resize

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.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public Stream OutputStream { get; set; }

Property Value

Type: Stream
See Also