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 的名称。 默认值为空字符串。

属性

适用于