Intersoft WebGrid Documentation
AutoDepth Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartMarkerStyle Class : AutoDepth Property






Gets or sets a value that indicates whether the component automatically determines the marker depth.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("When set to true the component automatically determines the marker depth")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AutoDepth As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartMarkerStyle
Dim value As Boolean
 
instance.AutoDepth = value
 
value = instance.AutoDepth
C# 
[DescriptionAttribute("When set to true the component automatically determines the marker depth")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool AutoDepth {get; set;}
Delphi 
public read-write property AutoDepth: Boolean; 
JScript 
DescriptionAttribute("When set to true the component automatically determines the marker depth")
CategoryAttribute("General")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set AutoDepth : boolean
Managed Extensions for C++ 
[DescriptionAttribute("When set to true the component automatically determines the marker depth")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_AutoDepth();
public: __property void set_AutoDepth( 
   bool value
);
C++/CLI 
[DescriptionAttribute("When set to true the component automatically determines the marker depth")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool AutoDepth {
   bool get();
   void set (    bool 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.