次の方法で共有


LegendCell.CellType プロパティ

定義

凡例セルの内容の定義に使用される凡例セルの種類を取得または設定します。

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::LegendCellType CellType { System::Windows::Forms::DataVisualization::Charting::LegendCellType get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendCellType value); };
public virtual System.Windows.Forms.DataVisualization.Charting.LegendCellType CellType { get; set; }
member this.CellType : System.Windows.Forms.DataVisualization.Charting.LegendCellType with get, set
Public Overridable Property CellType As LegendCellType

プロパティ値

LegendCellType

凡例セルのコンテンツを定義するために使用する種類を表す LegendCellType 列挙値。 既定値は Text です。

注釈

プロパティ CellType は、個々の凡例セルに表示されるコンテンツの種類を決定します。 次のいずれかのセルの種類を指定する必要があります。

  • テキスト: 文字列は プロパティを使用して Text 指定され、凡例セルに表示されます。

  • SeriesSymbol: 系列シンボルは、 クラスの ImageStyle プロパティによって定義 LegendItem されます。 凡例セルに対して表示されます。 系列シンボルは、線、四角形、またはマーカーという視覚的インジケーターを思い出してください。 が ImageStyle に設定されている Marker 場合、カスタム項目のすべてのマーカー属性がセルに適用されます。

  • イメージ: イメージは プロパティを使用して Image 定義され、凡例セルに表示されます。

適用対象