API Reference
Class
ChartPngOutputScale
Named PNG output-density presets. The chart keeps its logical layout while the emitted PNG dimensions are multiplied by the selected value.
Inheritance
- Object
- ChartPngOutputScale
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartExtensions.WithPngOutputScale
- Method ChartExtensions.WithPngOutputScale``1
- Method Chart.WithPngOutputScale
- Method ChartGrid.WithPngOutputScale
Fields
Standard #Emits a PNG at the chart's logical width and height.
Retina #Emits a two-times-density PNG for high-DPI screens and web previews.
Presentation #Emits a three-times-density PNG for presentation decks and large dashboards.
Print #Emits a four-times-density PNG for print, 4K/8K display surfaces, and aggressive downsampling workflows.