StackableValuePoint.initial constructor

StackableValuePoint.initial()

Initial instance of a StackableValuePoint. Forwarded to the generative constructor. This should fail if it undergoes any processing such as layout

Implementation

StackableValuePoint.initial()
    : this(
        xLabel: 'initial',
        dataY: -1,
        dataRowIndex: -1,
        predecessorPoint: null,
      );