LegendItem.ImageStyle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
凡例項目のイメージの表示スタイルを取得または設定します。
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 列挙値。
- 属性
注釈
これらのスタイルは、項目の対応する記号をどのように表示するかを決定します。
スタイルは、 Line スタイルと組み合わせることができ Marker ます。 これを実現するには、最初に ImageStyle プロパティをに設定 Line します。 次に、プロパティを使用して MarkerImage マーカーの画像を指定するか、プロパティを使用して MarkerStyle マーカーのスタイルを指定します。 結果として得られるシンボルは、線とイメージまたはマーカーの組み合わせになります。
注意
このプロパティは LegendCell 、 LegendCellType またはのいずれかのを持つオブジェクトにのみ適用 SeriesSymbol Image できます。