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