scalePointsColumns method

void scalePointsColumns()

Scales all data stored in leafs of columns and rows as StackableValuePoint. Depending on whether we are layouting a stacked or unstacked chart, scaling is done on stacked or unstacked values.

Must be called before setupPresentersColumns as setupPresentersColumns uses the absolute scaled chartTopContainer.pointsColumns.

Implementation

void scalePointsColumns() {
  chartTopContainer.pointsColumns.scale();
}