Intersoft WebGrid Documentation
InteractiveStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > Series Class : InteractiveStyle Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setInteractiveStyle")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Controls the properties related to the interactivity behavior of the object it is attached to.")>
<CategoryAttribute("Styles")>
Public ReadOnly Property InteractiveStyle As ChartInteractiveStyle
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartInteractiveStyle
 
value = instance.InteractiveStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute("setInteractiveStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the properties related to the interactivity behavior of the object it is attached to.")]
[CategoryAttribute("Styles")]
public ChartInteractiveStyle InteractiveStyle {get;}
Delphi 
public read-only property InteractiveStyle: ChartInteractiveStyle; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setInteractiveStyle")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Controls the properties related to the interactivity behavior of the object it is attached to.")
CategoryAttribute("Styles")
public function get InteractiveStyle : ChartInteractiveStyle
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setInteractiveStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the properties related to the interactivity behavior of the object it is attached to.")]
[CategoryAttribute("Styles")]
public: __property ChartInteractiveStyle* get_InteractiveStyle();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setInteractiveStyle")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the properties related to the interactivity behavior of the object it is attached to.")]
[CategoryAttribute("Styles")]
public:
property ChartInteractiveStyle^ InteractiveStyle {
   ChartInteractiveStyle^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.