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


In This Topic
    OpenInNewWindow Property (SeriesInteractivity)
    In This Topic
    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
    [Category("Data Series")]
    [Description("data series containing boolean values specifing whether the referenced urls must be opened in new windows")]
    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