Xceed Chart for WinForms v4.4 Documentation
Interactivity Property (Series)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Series Class : Interactivity Property
Gives you access to the SeriesInteractivity object controlling the interactivity features of the data points.
Syntax
'Declaration
 
<CategoryAttribute("Attributes")>
<DescriptionAttribute("Controls the interactivity of the data points.")>
Public Property Interactivity As SeriesInteractivity
'Usage
 
Dim instance As Series
Dim value As SeriesInteractivity
 
instance.Interactivity = value
 
value = instance.Interactivity
[Category("Attributes")]
[Description("Controls the interactivity of the data points.")]
public SeriesInteractivity Interactivity {get; set;}
Remarks
Each data point displayed by the series has the following interactivity attributes:
Example
The following code formats the data points tooltips to show only the data point labels.
series.Interactivity.TooltipFormat = "&lt;label&gt;"
series.Interactivity.TooltipFormat = "&lt;label&gt;";
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

Series Class
Series Members
SeriesInteractivity Class