sortedXValues property

List<double>? sortedXValues
final

Pre-calculated sorted X values for optimization.

If provided, avoids re-sorting X values in the paint method.

Implementation

final List<double>? sortedXValues;