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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.")>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
Public Property YDepth As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As Single
 
instance.YDepth = value
 
value = instance.YDepth
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public float YDepth {get; set;}
Delphi 
public read-write property YDepth: Single; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.")
DefaultValueAttribute()
CategoryAttribute("General")
public function get,set YDepth : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public: __property float get_YDepth();
public: __property void set_YDepth( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The offset of the 3D objects along the Y axis depending on their Z depth when the projection is ProjectionType.Orthogonal.")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
public:
property float YDepth {
   float get();
   void set (    float value);
}

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.