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






Syntax

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