Title.DockedToChartArea Свойство

Определение

Получает или задает имя области ChartArea, в которой будет закреплен заголовок.

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

Значение свойства

Значение типа string, представляющее имя области ChartArea, в которой будет закреплен заголовок. Значение по умолчанию — пустая строка.

Атрибуты

Применяется к