Used to construct an "alt" attribute value in client side image maps.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string ALT { get; set; }
Public Overridable Property ALT As String
Get
Set
public:
virtual property String^ ALT {
String^ get ();
void set (String^ value);
}
abstract ALT : string with get, set
override ALT : string with get, set
Property Value
Type:
String
A
String which contains the "ALT" attribute value.
Remarks
The "alt" attribute is used when client-side image maps are
generated. A client-side image map has an entry for each node in
which the chart attribute HREF is defined. Some browsers use
the alt tag value as tooltip text.
See Also