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






Syntax

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