Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1001 Bytes

aggregation_policy.md

File metadata and controls

29 lines (21 loc) · 1001 Bytes
title
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

  • Off
  • Average
  • Max
  • Min
  • MinMax
  • MinMaxAverage

API reference links

Used by