Legend.InsideChartArea Propriété

Définition

Obtient ou définit le nom de la zone de graphique dans laquelle la légende est dessinée.

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

Valeur de propriété

String

Valeur string qui représente le nom de la zone de graphique.

Attributs

S’applique à