primaryMeasureAxisSpec property

void primaryMeasureAxisSpec=(NumericAxisSpec? axisSpec)

Sets the primary measure axis for the chart, rendered on the start side of the domain axis.

Implementation

set primaryMeasureAxisSpec(NumericAxisSpec? axisSpec) {
  _newPrimaryMeasureAxisSpec = axisSpec;
}