SparkVerticalAxis.CustomMaxScaleValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur maximale personnalisée pour l’axe vertical d’un graphique sparkline.
public:
property System::Object ^ CustomMaxScaleValue { System::Object ^ get(); void set(System::Object ^ value); };
public object CustomMaxScaleValue { get; set; }
Public Property CustomMaxScaleValue As Object
Valeur de propriété
Valeur maximale personnalisée pour l’axe vertical d’un graphique sparkline.
Remarques
Lecture-écriture.
La CustomMaxScaleValue propriété peut être retournée ou définie uniquement lorsque la MaxScaleType propriété de l’objet spécifié SparkVerticalAxis a la valeur xlSparkScaleCustom (3).