Previous Next Up Title Contents General Index Functions Index Bookshelf

INTERROGATION ATTRIBUT DES MARGES DE GRADUATIONS D'UN AXE

tinq_axis_margin


SEQUENCE D'APPEL

void tset_axis_margin (strid, margin_type,orig_margin,end_margin,grad_fit)

PARAMETRES EN ENTREE

Pint	strid;

PARAMETRES EN SORTIE

Tmargin_type	*margin_type;
Pfloat	*orig_margin;
Pfloat	*end_margin;
Tgraduation_fit	*grad_fit;

ARGUMENTS

strid
Identificateur de structure.
margin_type
Marge relative ou absolue
orig_margin
Marge à l'origine de l'axe.
end_margin
Marge à l'extrémité de l'axe.
grad_fit
Flag indiquant si la première graduation est arrondie

TYPES

typedef enum {
	TRELATIVE_MARGIN,
	TABSOLUTE_MARGIN
} Tmargin_type;

typedef enum {
	TGRADUATION_FIT,
	TGRADUATION_UNFIT,
} Tgraduation_fit;

EFFET

Cette fonction récupère la valeur des marges orig_margin et end_margin permettant de restreindre l'intervalle des graduations d'un axe. Ces marges peuvent être modifiées par la fonction tset_axis_margin.


Previous Next Up Title Contents General Index Functions Index Bookshelf