Xceed Chart for WinForms v4.4 Documentation
OpenInNewWindow Property (SeriesInteractivity)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesInteractivity Class : OpenInNewWindow Property
Gives you access to the data series containing boolean values specifing whether the referenced urls must be opened in new windows.
Syntax
'Declaration
 
<DescriptionAttribute("data series containing boolean values specifing whether the referenced urls must be opened in new windows")>
<CategoryAttribute("Data Series")>
Public Property OpenInNewWindow As DataSeries
'Usage
 
Dim instance As SeriesInteractivity
Dim value As DataSeries
 
instance.OpenInNewWindow = value
 
value = instance.OpenInNewWindow
[Description("data series containing boolean values specifing whether the referenced urls must be opened in new windows")]
[Category("Data Series")]
public DataSeries OpenInNewWindow {get; set;}
Remarks
The data series contains boolean values.
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

Reference

SeriesInteractivity Class
SeriesInteractivity Members