Used to construct an "alt" attribute value in client side image maps.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual string ALT { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property ALT As String |
Visual C++ |
---|
public: virtual property String^ ALT { String^ get (); void set (String^ value); } |
Field Value
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.