SRGDynamicDataManager::NewGroup
SRGraphDataList *SRGDynamicDataManager::NewGroup(void)
Create a SRGraphDataList object on the application heap and initialize it with an SRGraphDynamicData object. This allows the same chart setup code to be used with both the Standard and Dynamic Data Storage models. To switch from the Standard model to the Dynamic model, simply change the chart from SRGraph to SRDynamicGraph -- or select a SRGDynamicDataManager into the SRGraph object.
Defined in: DataMgr.cpp
Return Value
SRGraphDataList * Pointer to the new created object (group)
Developer Notes
Override NewGroup() to utilize a custom SRGraphDynamicData class or to set the buffer size to fit your needs.