Knowledgebase
Exporting chart with legend to bitmap
Posted by Admin - on 08 February 2019 05:59 PM
|
|
Chart Legend can be added onto a Chart via a LegendModifier. It has to be added as a ChartModifier to a SciChartSurface. Please refer to the documentation article about the LegendModifier for more info and examples. To export the Chart as a Bitmap or in XPS (Vector) format, please refer to our documentation article Screenshots, Printing and Export to XPS. Demo can be found in SciChart Examples Suite at Export a Chart -> Export and Screenshot Options. The full source code of the example is available online at this link.
| |
|