Chart.Legend 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.
Returns a Legend object that represents the legend for the chart. Read-only.
public:
property Microsoft::Office::Interop::Word::Legend ^ Legend { Microsoft::Office::Interop::Word::Legend ^ get(); };
public Microsoft.Office.Interop.Word.Legend Legend { get; }
member this.Legend : Microsoft.Office.Interop.Word.Legend
Public ReadOnly Property Legend As Legend