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

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string HREF { get; set; }
Visual Basic (Declaration)
Public Overridable Property HREF As String
Visual C++
public:
virtual property String^ HREF {
	String^ get ();
	void set (String^ value);
}

Field 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