LegendItem.ImageStyle 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 le style d'affichage de l'image d'élément de légende.
public:
property System::Web::UI::DataVisualization::Charting::LegendImageStyle ImageStyle { System::Web::UI::DataVisualization::Charting::LegendImageStyle get(); void set(System::Web::UI::DataVisualization::Charting::LegendImageStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LegendImageStyle ImageStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ImageStyle : System.Web.UI.DataVisualization.Charting.LegendImageStyle with get, set
Public Property ImageStyle As LegendImageStyle
Valeur de propriété
Valeur d'énumération LegendImageStyle.
- Attributs
Remarques
Ces styles déterminent comment le symbole correspondant de l’élément sera affiché.
Un Line style peut être combiné avec un Marker style. Pour ce faire, définissez d’abord la propriété sur ImageStyleLine. Utilisez ensuite la MarkerImage propriété pour spécifier une image de marqueur, ou la MarkerStyle propriété pour spécifier un style de marqueur. Le symbole résultant est une combinaison d’une ligne et d’une image ou d’un marqueur.
Notes
Cette propriété s’applique uniquement aux LegendCell objets avec un LegendCellType de SeriesSymbol ou Image.