Chart.AlternateText 属性
定义
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
属性值
当图表图像不可用时,Chart 控件中显示的替换文字,string 值表示这些替换的文字。A string value that represents the alternate text displayed in the Chart control when the chart image is unavailable.
- 属性