performUpdate method
Implementation
@override
void performUpdate() {
/// One stacking series rely on the top/bottom values of adjacent stacking
/// series. So, it is necessary to update the segment values whenever
/// the data population is done.
canUpdateOrCreateSegments = true;
super.performUpdate();
}