LegendCell.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定傳說細胞的名稱。
public:
virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public override string Name { get; set; }
member this.Name : string with get, set
Public Overrides Property Name As String
屬性值
代表 string 圖例儲存格的文字名稱的值。
備註
圖例單元的名稱必須是唯一的;否則將拋出例外。
Name該屬性可作為從 取回物件LegendCellCollection時的索引器LegendCell。
如果你將此屬性設為零長度字串,就會拋出例外。