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

属性

适用于