ChartMemberInstance.LabelObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated and value of the Label property in a ChartMember class before formatting is applied.
public:
property System::Object ^ LabelObject { System::Object ^ get(); };
public object LabelObject { get; }
member this.LabelObject : obj
Public ReadOnly Property LabelObject As Object
Property Value
An object.
Remarks
For the calculated value after formatting is applied, see Label.