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 |
| 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;} |
| 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