| 102 | } |
| 103 | |
| 104 | void PointSeriesXY::onDataCleared() { |
| 105 | pairs_.clear(); |
| 106 | alignment_dirty_ = true; |
| 107 | bounding_rect_valid_ = false; |
| 108 | cached_bounding_rect_ = invalidRect(); |
| 109 | } |
| 110 | |
| 111 | void PointSeriesXY::ensureAlignmentIndex() const { |
| 112 | if (!alignment_dirty_) { |