Udostępnij za pośrednictwem


LegendItem.ImageStyle Właściwość

Definicja

Pobiera lub ustawia styl wyświetlania obrazu elementu legendy.

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendImageStyle ImageStyle { System::Windows::Forms::DataVisualization::Charting::LegendImageStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendImageStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.LegendImageStyle ImageStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageStyle : System.Windows.Forms.DataVisualization.Charting.LegendImageStyle with get, set
Public Property ImageStyle As LegendImageStyle

Wartość właściwości

LegendImageStyle

Wartość LegendImageStyle wyliczenia określająca styl wyświetlania obrazu elementu legendy.

Atrybuty

Uwagi

Te style określają sposób wyświetlania symbolu odpowiadającego elementowi.

Styl Line można połączyć z Marker stylem. Aby to zrobić, najpierw ustaw ImageStyle właściwość na Line wartość . Następnie użyj właściwości , aby określić obraz znacznika, lub właściwości , MarkerImage MarkerStyle aby określić styl znacznika. Wynikowy symbol będzie kombinacją linii i obrazu lub znacznika.

Uwaga

Ta właściwość ma zastosowanie tylko LegendCell do obiektów o wartości lub LegendCellType SeriesSymbol Image .

Dotyczy