SRGraph::GetStyle
SRGraphStyle *SRGraph::GetStyle(void)
Retrieves a pointer to the m_Style member
Defined in: SRGraph.cpp
Return Value
Pointer to the m_Style member -- It is safe to store this pointer while the graph is in scope.
Remarks
You should not use SRGraph.m_Style or SRGraph->m_Style directly unless your libraries are statically linked.See also...
SRGraphStyle, m_Style