LegendCell.LegendItem Property

Definition

Gets the legend item in which this cell belongs to.

public:
 virtual property System::Web::UI::DataVisualization::Charting::LegendItem ^ LegendItem { System::Web::UI::DataVisualization::Charting::LegendItem ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Web.UI.DataVisualization.Charting.LegendItem LegendItem { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LegendItem : System.Web.UI.DataVisualization.Charting.LegendItem
Public Overridable ReadOnly Property LegendItem As LegendItem

Property Value

A LegendItem object in which this cell belongs to.

Attributes

Applies to