DataLabel.ShowRange 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.
Affectez la valeur True pour afficher le champ De la plage Value From Cells pour l’étiquette de données de graphique spécifiée. Définissez sur False pour masquer ce champ. Type de données Boolean en lecture-écriture (bool en C#).
public:
property bool ShowRange { bool get(); void set(bool value); };
public bool ShowRange { get; set; }
member this.ShowRange : bool with get, set
Public Property ShowRange As Boolean