LegendItem.ImageStyle プロパティ

定義

凡例項目のイメージの表示スタイルを取得または設定します。

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

プロパティ値

LegendImageStyle

凡例項目の画像の表示スタイルを指定する LegendImageStyle 列挙値。

属性

注釈

これらのスタイルは、項目の対応する記号をどのように表示するかを決定します。

スタイルは、 Line スタイルと組み合わせることができ Marker ます。 これを実現するには、最初に ImageStyle プロパティをに設定 Line します。 次に、プロパティを使用して MarkerImage マーカーの画像を指定するか、プロパティを使用して MarkerStyle マーカーのスタイルを指定します。 結果として得られるシンボルは、線とイメージまたはマーカーの組み合わせになります。

注意

このプロパティは LegendCellLegendCellType またはのいずれかのを持つオブジェクトにのみ適用 SeriesSymbol Image できます。

適用対象