Click or drag to resize
ChartNodeHREF Property
Used to specify an "activated" object in an image map.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string HREF { get; set; }

Property Value

Type: String
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