IMSL C# Numerical Library

ChartNode.HREF Property

Used to specify an "activated" object in an image map.

public virtual string HREF {get; set;}

Property Value

A String which contains the "HREF" attribute value.

Remarks

The "HREF" 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. The values of HREF attributes are URLs. Such regions treated by the browser as hyperlinks.

See Also

ChartNode Class | Imsl.Chart2D Namespace