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






Syntax

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