Structure ConfigAxe
Configuration pour l'affichage d'un axe (horizontal ou vertical)
Espace de nom : tsd::vue
Liste des champs
id : string
label : string
unité : string
vmin : float
Pour zoom manuel.
vmax : float
afficher : bouléen
ecart_pixel : entier
ecart_valeur : float
echelle_logarithmique : bouléen
tic_manuels : bouléen
Si vrai, les tics affichés sont ceux précisés dans le vecteur "tics".
tics : vector< std::pair< float, string > >
valeurs_echelle : float
Dim fonte valeurs des tics.
valeurs_hauteur_max : entier
Hauteur max. pour les valeurs des tics, en pixels.
valeurs_décalage : entier
Décalage avec l'axe, en pixels.
Liste des méthodes
bouléen operator<=>(const ConfigAxe &c) const =default
tsd::vue::ConfigAxe::operator string() const