Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesInteractivity Class
Members Example


In This Topic
    SeriesInteractivity Class
    In This Topic
    Controls the interactivity features of the series with which the instance of this class is associated.
    Object Model
    SeriesInteractivity Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesInteractivityConverter)>
    <SerializableAttribute()>
    Public Class SeriesInteractivity 
    'Usage
     
    Dim instance As SeriesInteractivity
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesInteractivityConverter)]
    [Serializable()]
    public class SeriesInteractivity 
    Remarks
    The user can obtain a reference to an instance of this class with the help of the Interactivity property of a Series derived class.
    Example
    Obtains a reference to the series interactivity of a bar series.
    Dim seriesInteractivity As SeriesInteractivity
    seriesInteractivity = barSeries.Interactivity
    SeriesInteractivity seriesInteractivity;
    seriesInteractivity = barSeries.Interactivity;
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.SeriesInteractivity
          Xceed.Chart.Core.SurfaceSeriesInteractivity

    Public Properties
     NameDescription
    Public PropertyControls the cursors mode.  
    Public PropertyGives you access to the data series containing the data points cursors.  
    Public PropertyGives you access to the data series containing the custom image map attributes.  
    Public PropertyControls the Custom Map Area Script mode  
    Public PropertySpecifies the default series cursor.  
    Public PropertySpecifies the default cusom image map area attributes applied to the serie data items.  
    Public PropertySpecifies the default OpenInNewWindow flag.  
    Public PropertySpecifies the default URL.  
    Public PropertyGives you access to the data series containing boolean values specifing whether the referenced urls must be opened in new windows.  
    Public PropertyControls the mode in which OpenInNewWindow flags are assigned to the data points of the series.  
    Public PropertySpecifies the tootips format.  
    Public PropertyControls the tooptip mode.  
    Public PropertyGives you access to the data series containing the data points tooltips.  
    Public PropertyControls the mode in which url links are assigned to the data points of the series.  
    Public PropertyGives you access to the data series containing the data points URLs.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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