ChartDataLabelInstance.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在套用格式後,取得類別中該屬性ChartDataLabel的計算值Label。
public:
property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String
屬性值
一個 string 代表格式化後財產計算價值 Label 的值。
備註
關於格式化前的屬性計算價值 Label ,請參見 OriginalValue。