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


    OpenInNewWindow Property (SeriesInteractivity)
    Gives you access to the data series containing boolean values specifing whether the referenced urls must be opened in new windows.
    Syntax
    'Declaration
     
    <CategoryAttribute("Data Series")>
    <DescriptionAttribute("data series containing boolean values specifing whether the referenced urls must be opened in new windows")>
    Public Property OpenInNewWindow As DataSeries
     
    'Usage
     
    Dim instance As SeriesInteractivity
    Dim value As DataSeries
     
    instance.OpenInNewWindow = value
     
    value = instance.OpenInNewWindow
    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