SRGraph::GetMaxXDivisions

int SRGraph::GetMaxXDivisions(void)

Returns the largest count of SRGraphData objects from all of the SRGraphDataLists held in the main m_data list of lists

Defined in: SRGraph.cpp

Return Value

Count of the longest list

Remarks

Use this, for example, to determine the number of divisions across the X axis of a graph

Developer Notes

This function has been modified for v 1.2 to remove the requirement for the SRDynamicGraph class to be used in dynamic or external structure connection systems.