HrefTargets

Specifies the behavior of Herf attribute of the various chart elements.

 

Type: Enum

Namespace: Visifire.Commons

Assembly:

 

Silverlight:

SLVisifire.Charts (in SLVisifire.Charts.dll)

WPF:

WPFVisifire.Charts (in WPFVisifire.Charts.dll)

 

Members:

 

Member name

Description

_blank

The URL in Href attribute is loaded into a new, unnamed window.

_media

The URL in Href attribute is loaded into a new browser window or tab.

_parent

The URL in Href attribute is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.

_search

The URL in Href attribute is opened in the browser's search pane in Internet Explorer 5 or later.

_self

The current document is replaced with the specified URL in Href attribute.

_top

The URL in Href attribute  replaces any framesets that may be loaded. If there are no framesets defined, this value acts as the value _self.

 

Applicable To:

Chart

Title

Axis

Legend

DataSeries

DataPoint

TrendLine

PlotArea