LegendCell.CellType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來定義圖例資料格內容的圖例資料格類型。
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 列舉值,表示用來定義圖例資料格內容的類型。 預設值是 Text。
備註
CellType屬性會決定要顯示在每個個別圖例資料格中的內容類型。 必須指定下列其中一種資料格類型:
Text:使用屬性指定字串 Text ,而且將會顯示在 [圖例] 儲存格中。
SeriesSymbol:數列符號是由 ImageStyle 類別中的屬性所定義 LegendItem 。 它會顯示在 [圖例] 儲存格。 回想一下,數列符號是視覺指標,也就是線條、矩形或標記。 當 ImageStyle 設定為時 Marker ,自訂專案的所有標記屬性都會套用至儲存格。
影像:影像是使用屬性定義的 Image ,而且會顯示在 [圖例] 儲存格中。