Series.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.
Cette propriété renvoie ou définit la couleur d'arrière-plan de la marque sous forme d'une couleur RVB. Ne s'applique qu'aux graphiques en courbes, en nuages de points et en radar. Entier en lecture/écriture.
public:
property int MarkerBackgroundColor { int get(); void set(int value); };
public int MarkerBackgroundColor { get; set; }
Public Property MarkerBackgroundColor As Integer