Click or drag to resize

LightningChartSaveToFile Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodSaveToFile(String)
Save the chart into a image file with no extra anti-aliasing applied.
Public methodSaveToFile(String, BitmapAntialiasOptions)
Save the chart into a image file by using given anti-aliasing options.
Public methodSaveToFile(String, Int32, Int32, Boolean)
Save to file as given size.
Public methodSaveToFile(String, BitmapAntialiasOptions, Int32, Int32, Boolean)
Save the chart into a image file by using given anti-aliasing options.
Top
See Also