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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Options")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BarDepth As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Nullable(Of Single)
 
instance.BarDepth = value
 
value = instance.BarDepth
C# 
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public Nullable<float> BarDepth {get; set;}
Delphi 
public read-write property BarDepth: Nullable; 
JScript 
CategoryAttribute("Options")
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BarDepth : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Nullable<float> get_BarDepth();
public: __property void set_BarDepth( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the depth of the bars in model units, when the series is in Z scatter mode.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Nullable<float> BarDepth {
   Nullable<float> get();
   void set (    Nullable<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.