StripLine.Url Property
.NET Framework (current version)
Gets or sets the destination URL or anchor point of the strip line.
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 destination URL or anchor point of the strip line.
Implements
IChartMapArea.UrlTo use an absolute URL, start the string expression with either "http://" or "www.". If the string does not start with either of these prefixes, it will be treated as a relative URL.
.NET Framework
Available since 4.0
Available since 4.0
Show: