Click or drag to resize
NChartRawBitmapSaveToFile Method
Save bitmap to file. Currently we supports only PNG.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SaveToFile(
	string path
)

Parameters

path
Type: SystemString
Full path to file.
See Also