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

CHART_API virtual void CreateLabels()

Create axis labels and tick marks position

CHART_API 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

CHART_API SRGIndexBar()

Constructor

CHART_API virtual ~SRGIndexBar()

Virtual destructor