SRGraphDataList::Roll

void SRGraphDataList::Roll(double dValue, BOOL bDirection)

Rolls data in the data list -- used to create performance-monitor style charts

Defined in: SRGDat.cpp

Return Value

void

Parameters

dValue

Value to be added to the end (front or back) of the list

bDirection

Direction to roll the data -- TRUE means roll toward the highest index

Remarks

This function will move all items in a data list left or right and then add the provided data to the relevant end of the list.