SRGDataManager::SetGlobalStyle
voidSRGDataManager::SetGlobalStyle(intnStartGroup, intnEndGroup, intnStartIndex, intnEndIndex, SRGraphStyle *ptrStyle, BOOLbSetHeaders)
Copy a data style to all data objects within the specified block.
Defined in: DataMgr.cpp
Return Value
void
Parameters
nStartGroup
int nStartGroup The minimum group of the block of data items to be changed
nEndGroup
int nEndGroup The maximum group of the block of data items to be changed
nStartIndex
int nStartIndex The minimum index of the block of data items to be changed
nEndIndex
int nEndIndex The maximum index of the block of data items to be changed
ptrStyle
SRGraphStyle *ptrStyle A pointer to the data style to be copied.
bSetHeaders
BOOL bSetHeaders If TRUE, the data style is also copied to every group object (SRGraphDataList).