SRGIndexBar Class
class SRGIndexBar: public SRGScaleBar
SRGIndexBar is a scale-bar based class that displays axis scale information seperately from the display. It may be used to add multiple independant axis scales to displays.Defined in: SRGIndexBar.h
Class Members
BOOL m_bNodeAdjust
The node adjustment variable
virtual void CreateLabels()
Create axis labels and tick marks position
virtual void BeforeDraw()
Do the final setting for this axis before drawing
inline void SetNodeAdjust(BOOL b = TRUE)
Sets the node adjustment variable
inline BOOL GetNodeAdjust()
Returns the node adjustment setting
SRGIndexBar()
Constructor
virtual ~SRGIndexBar()
Virtual destructor