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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the depth of area in percents of the floor grid cell depth.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
Public Property DepthPercent As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesArea
Dim value As Single
 
instance.DepthPercent = value
 
value = instance.DepthPercent
C# 
[DescriptionAttribute("Controls the depth of area in percents of the floor grid cell depth.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
public float DepthPercent {get; set;}
Delphi 
public read-write property DepthPercent: Single; 
JScript 
DescriptionAttribute("Controls the depth of area in percents of the floor grid cell depth.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
public function get,set DepthPercent : float
Managed Extensions for C++ 
[DescriptionAttribute("Controls the depth of area in percents of the floor grid cell depth.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
public: __property float get_DepthPercent();
public: __property void set_DepthPercent( 
   float value
);
C++/CLI 
[DescriptionAttribute("Controls the depth of area in percents of the floor grid cell depth.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
public:
property float DepthPercent {
   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.