Function or value | Description |
Full Usage:
limitPointCount pointCountThreshold series
Parameters:
int
series : Single2DSeries<'x, 'y>
Returns: Single2DSeries<'x, 'y>
Modifiers: inline Type parameters: 'x, 'y |
Keep series's point count below a certain threshold. Might improve rendering performance at the cost of plot resolution.
|
|
|