Title.DockedToChartArea 属性
定义
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 的名称。A string value that represents the name of the ChartArea where this title will be docked. 默认值为空字符串。The default value is the empty string.
- 属性