LightningChartSaveToFile Method |
| Name | Description | |
|---|---|---|
| SaveToFile(String) |
Save the chart into a image file with no extra anti-aliasing applied.
| |
| SaveToFile(String, BitmapAntialiasOptions) |
Save the chart into a image file by using given anti-aliasing options.
| |
| SaveToFile(String, Int32, Int32, Boolean) |
Save to file as given size.
| |
| SaveToFile(String, BitmapAntialiasOptions, Int32, Int32, Boolean) |
Save the chart into a image file by using given anti-aliasing options.
|