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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the appearance mode of the stock series.")>
<NotifyParentPropertyAttribute(True)>
Public Property CandleDepthPercent As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesStock
Dim value As Single
 
instance.CandleDepthPercent = value
 
value = instance.CandleDepthPercent
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
[NotifyParentPropertyAttribute(true)]
public float CandleDepthPercent {get; set;}
Delphi 
public read-write property CandleDepthPercent: Single; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Controls the appearance mode of the stock series.")
NotifyParentPropertyAttribute()
public function get,set CandleDepthPercent : float
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
[NotifyParentPropertyAttribute(true)]
public: __property float get_CandleDepthPercent();
public: __property void set_CandleDepthPercent( 
   float value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
[NotifyParentPropertyAttribute(true)]
public:
property float CandleDepthPercent {
   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.