SRGraphDataList::GetStyle

SRGraphStyle * SRGraphDataList::GetStyle(void)

Retrieves a pointer to the SRGraphData::m_Style member

Defined in: SRGDat.cpp

Return Value

Pointer to the SRGraphStyle item used to control the appearance of this object

Developer Notes

You are strongly advised to use the SomeSRGraphObject.GetStyle()->StyleFunction() method for accessing style data -- especially if you use the DLL versions of the libraries. If you follow this advice, later releases of the DLL's should not neccessitate the recompilation of your applications.