Legend.InsideChartArea Property

Definition

Gets or sets the name of the chart area in which the legend is drawn.

public:
 property System::String ^ InsideChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.LegendAreaNameConverter))]
public string InsideChartArea { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.InsideChartArea : string with get, set
Public Property InsideChartArea As String

Property Value

A string value that represents the name of the chart area.

Attributes

Applies to