Legend.DockedToChartArea Proprietà

Definizione

Ottiene o imposta il nome dell'oggetto ChartArea a cui sarà ancorata la legenda.

public:
 property System::String ^ DockedToChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public string DockedToChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.DockedToChartArea : string with get, set
Public Property DockedToChartArea As String

Valore della proprietà

Valore string che rappresenta il nome dell'oggetto ChartArea a cui sarà ancorata la legenda. Il valore predefinito è la stringa vuota.

Attributi

Si applica a