Click or drag to resize

LightningChartSaveToFile Method (String)

LightningChart .NET Help
Save the chart into a image file with no extra anti-aliasing applied.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool SaveToFile(
	string fileName
)

Parameters

fileName
Type: SystemString
Target file name. You must include file extension (png, bmp, jpg, tif, gif, emf, svg).

Return Value

Type: Boolean
True if the image was successfully written to file. Returns false on invalid file extension or on file write failure.
See Also