Sdílet prostřednictvím


LegendCell.CellType Vlastnost

Definice

Získá nebo nastaví typ buňky legendy, která se používá k definování obsahu buňky legendy.

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

Hodnota vlastnosti

LegendCellType

LegendCellTypeHodnota výčtu, která představuje typ, který se používá k definování obsahu buňky legendy. Výchozí hodnota je Text.

Poznámky

CellTypeVlastnost určuje typ obsahu, který se zobrazí v každé jednotlivé buňce legendy. Je nutné zadat jeden z následujících typů buněk:

  • Text: řetězec je zadán pomocí Text vlastnosti a bude zobrazen v buňce legendy.

  • Hodnotu SeriesSymbol: symbol řady je definován ImageStyle vlastností ve LegendItem třídě. Zobrazí se pro buňku legendy. Odvolání, že symbol řady je vizuální indikátor – čára, obdélník nebo značka. Když ImageStyle je nastaveno na Marker , všechny atributy značky vlastní položky se použijí pro buňku.

  • Obrázek: obrázek je definován pomocí Image vlastnosti a bude zobrazen v buňce legendy.

Platí pro