IMSL C# Numerical Library

ChartNode.ALT Property

Used to construct an "alt" attribute value in client side image maps.

public virtual string ALT {get; set;}

Property 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.

See Also

ChartNode Class | Imsl.Chart2D Namespace