AggregationPolicy
Policy for aggregation of multiple scalar plot values.
This is used for lines in plots when the X axis distance of individual points goes below a single pixel, i.e. a single pixel covers more than one tick worth of data. It can greatly improve performance (and readability) in such situations as it prevents overdraw.
Variants variants
- Off
 - Average
 - Max
 - Min
 - MinMax
 - MinMaxAverage
 
API reference links api-reference-links
- 🌊 C++ API docs for 
AggregationPolicy - 🐍 Python API docs for 
AggregationPolicy - 🦀 Rust API docs for 
AggregationPolicy