LegendCell.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.
Gets the legend in which this cell belongs to.
public:
 virtual property System::Web::UI::DataVisualization::Charting::Legend ^ Legend { System::Web::UI::DataVisualization::Charting::Legend ^ get(); };[System.ComponentModel.Browsable(false)]
public virtual System.Web.UI.DataVisualization.Charting.Legend Legend { get; }[<System.ComponentModel.Browsable(false)>]
member this.Legend : System.Web.UI.DataVisualization.Charting.LegendPublic Overridable ReadOnly Property Legend As LegendProperty Value
A Legend object in which this cell belongs to.
- Attributes