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


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

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

    Public Properties
     NameDescription
    Public PropertyControls the cursors mode. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyGives you access to the data series containing the data points cursors. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyGives you access to the data series containing the custom image map attributes. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyControls the Custom Map Area Script mode (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertySpecifies the default series cursor. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertySpecifies the default cusom image map area attributes applied to the serie data items. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertySpecifies the default OpenInNewWindow flag. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertySpecifies the default URL. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyGives you access to the data series containing boolean values specifing whether the referenced urls must be opened in new windows. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyControls the mode in which OpenInNewWindow flags are assigned to the data points of the series. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertySpecifies the tootips format. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyControls the tooptip mode. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyGives you access to the data series containing the data points tooltips. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyControls the mode in which url links are assigned to the data points of the series. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public PropertyGives you access to the data series containing the data points URLs. (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object (Inherited from Xceed.Chart.Core.SeriesInteractivity)
    Public MethodOverridden. This 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