The tcGuiGenericGraph class is an implementation of the abstrat tcGuiGraph base class. The tcGuiGenericGraph provides a basic graphing widget used to plot two dimensional data to a tcGuiDspDisplay. A tcGuiGenericGraph should be managed by the MityDSP::tcGuiFramework or similar widget management object.
This is a simple example of tcGuiGenericGraph creation and usage:
{ ... }