SRGraphStyle::SetShowGroups

inline void SRGraphStyle::SetShowGroups(BOOL style)

Sets the semaphore which enables the display of groups on an axis

Defined in: SRGDat.h

Parameters

style

TRUE to enable display of groups, FALSE to disable.

See also...

Feature masks , GetShowGroups, SetShowIndices, SetShowNumerals, m_dwStyleA

Developer Notes

When this function is used on the style of an SRGraphDataList object the binary flag will signify whether the group is to be seen on the chart or not.
Call SRGraphDataList::GetStyle()->SetShowGroups(FALSE) to turn the group off.