markerValue property

List<double> get markerValue

If your shape is based on value positioning (0.0 to 1.0), override this to return a custom value. Default: -1 (invalid).

Implementation

List<double> get markerValue => [-1];