API Reference
ChartResolutionPolicy
Converts an intended render width into a bounded point budget for resolution-aware series.
Inheritance
- Object
- ChartResolutionPolicy
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 Chart.AddAdaptiveArea
- Method Chart.AddAdaptiveLine
- Method Chart.AddAdaptiveScatter
Methods
Properties
PointsPerPixel #Gets or sets the number of rendered points allowed per horizontal pixel.
MinimumPointCount #Gets or sets the minimum point budget. The value must be at least three.
MaximumPointCount #Gets or sets the maximum point budget.
MaximumMarkerCount #Gets or sets the largest retained point count that still shows optional line or area markers. Zero suppresses markers for every adaptive series while preserving the connected path.
DecimationMode #Gets or sets the deterministic decimation algorithm used when the source exceeds the resolved budget.