CAxis::GetLocation


int GetLocation( void );
void SetLocation( int location );

Description

These functions set or retrieve the location of the current axis. Possible values for location are:

enum {
	kLocationLeft = 0,
	kLocationBottom,
	kLocationRight,
	kLocationTop
};


CAxis Reference | CPlot Reference