Gets or sets the alternate text displayed in the control when the image is unavailable. Browsers that support the ToolTips feature display this text as a ToolTip.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public override string AlternateText { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Overrides Property AlternateText As String
	Get
	Set

See Also