getStackSize method

  1. @override
int getStackSize()
override

Returns the maximum number of bars that can be stacked upon another in this DataSet. This should return 1 for non stacked bars, and > 1 for stacked bars.

@return

Implementation

@override
int getStackSize() {
  return _stackSize;
}