LegendKey.MarkerBackgroundColor 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.
Définit la couleur d’arrière-plan de la marque sous la forme d’une couleur RVB ou renvoie la valeur de l’index de couleur correspondante. Ne s’applique qu’aux graphiques en courbes, en nuages de points et en radar.
public:
property int MarkerBackgroundColor { int get(); void set(int value); };
public int MarkerBackgroundColor { get; set; }
Public Property MarkerBackgroundColor As Integer