Click or drag to resize

LightningChartGetLastOutputStreamSize Method

LightningChart .NET Help
Getter of the image size of the last image written to OutputStream as pixels (not DIP's).

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public Size GetLastOutputStreamSize()

Return Value

Type: Size
Size of the last image written to OutputStream.
See Also