Click or drag to resize
ChartNodeALT Property
Used to construct an "alt" attribute value in client side image maps.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string ALT { 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