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






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
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartZAxisSettings
 
value = instance.ZAxis
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;}
Delphi 
public read-only property ZAxis: ChartZAxisSettings; 
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

©2012 Intersoft Solutions Corp. All Rights Reserved.