Click or drag to resize

LightningChartSaveToFile Method (String, BitmapAntialiasOptions)

LightningChart .NET Help
Save the chart into a image file by using given anti-aliasing options.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool SaveToFile(
	string fileName,
	BitmapAntialiasOptions antialiasOptions
)

Parameters

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

[Missing <param name="antialiasOptions"/> documentation for "M:Arction.WinForms.Charting.LightningChart.SaveToFile(System.String,Arction.WinForms.Charting.BitmapAntialiasOptions)"]

Return Value

Type: Boolean
True if the image was successfully written to file. Anti-aliasing options Returns false on invalid file extension, on file write failure and on other problems on image creation or saving.
See Also