Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setBack")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("General")>
<DescriptionAttribute("Controls chart back wall's appearance")>
<DefaultValueAttribute()>
Public ReadOnly Property Back As ChartWallSettings |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBack")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls chart back wall's appearance")]
[DefaultValueAttribute()]
public ChartWallSettings Back {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setBack")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("General")
DescriptionAttribute("Controls chart back wall's appearance")
DefaultValueAttribute()
public function get Back : ChartWallSettings |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBack")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls chart back wall's appearance")]
[DefaultValueAttribute()]
public: __property ChartWallSettings* get_Back(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBack")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls chart back wall's appearance")]
[DefaultValueAttribute()]
public:
property ChartWallSettings^ Back {
ChartWallSettings^ 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