Chart.AlternateText 属性

定义

获取或设置当图表图像不可用时,Chart 控件中显示的替换文字。Gets or sets the alternate text displayed in the Chart control when the chart image is unavailable.

public:
 property System::String ^ AlternateText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string AlternateText { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AlternateText : string with get, set
Public Property AlternateText As String

属性值

String

当图表图像不可用时,Chart 控件中显示的替换文字,string 值表示这些替换的文字。A string value that represents the alternate text displayed in the Chart control when the chart image is unavailable.

属性

适用于