getStackSize abstract method

int getStackSize()

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

int getStackSize();