ChartMemberInstance.Label Property

Definition

Gets the calculated and formatted value of the Label property in a ChartMember class.

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

Property Value

A string value that represents the calculated value of the Label property.

Remarks

For the calculated value before formatting is applied, see LabelObject.

Applies to