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