SRGraphStyle::GetShowGroups

inline BOOLSRGraphStyle::GetShowGroups(void)

Returns the semaphore which enables or disables the display of the groups on graph axes

Defined in: SRGDat.h

Return Value

Current setting -- TRUE to display the groups, otherwise FALSE

See also...

 Feature masks ,  SetShowGroups,  GetShowIndices,  GetShowNumerals, m_dwStyleA

Developer Notes

When this function is used in te context of a GetGroup() call the binary flag will signify whether the group is to be seen on the chart or not.
Call SRGraphDataList::GetStyle()-&gtSetShowGroups(FALSE) to turn the group off.