Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesInteractivity Class / URLs Property


URLs Property
Gives you access to the data series containing the data points URLs.
Syntax
'Declaration
 
<CategoryAttribute("Data Series")>
<DescriptionAttribute("data series containing the data points URLs")>
Public Property URLs As DataSeries
 
'Usage
 
Dim instance As SeriesInteractivity
Dim value As DataSeries
 
instance.URLs = value
 
value = instance.URLs
Remarks
The data series contains String values. The URLs are used if the URLMode is set to DataPoints.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also