Nevron.Chart Namespace / NSeriesBase Class / InteractivityStyle Property


InteractivityStyle Property (NSeriesBase)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Styles")>
<System.ComponentModel.DescriptionAttribute("Controls the default interactivity style of the data points.")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NInteractivityStyleTypeEditor, System.Drawing.Design.UITypeEditor)>
Public Property InteractivityStyle As NInteractivityStyle
 
'Usage
 
Dim instance As NSeriesBase
Dim value As NInteractivityStyle
 
instance.InteractivityStyle = value
 
value = instance.InteractivityStyle
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