Title.Url Property
Gets or sets the target URL of the hyperlink for the title.
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public string Url { get; set; }
Property Value
Type: System.StringA string value that represents the target URL of the hyperlink for the title. The default value is a zero-length string.
Implements
IChartMapArea.UrlIf you set this property, a client-side image map will be automatically created. A map area will also be created with its HREF attribute set to the specified anchor or URL.
Setting this property will have no effect if the IsMapEnabled property is set to false. The default value is true.
Important To create an image map in this manner, the RenderType property of the Chart object must be set to ImageTag. It is possible to create an image map when using binary streaming, but another technique must be used.
Attributes of the map area(s), for example, TARGET=_Blank, can be specified by using the MapAreaAttributes property.
The Url property allows you to set special keywords to display different types of chart-related data.
To create image maps that have user-defined coordinates, use the MapAreas property of the root Chart object.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.