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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("Styles")>
<ISNet.Serialization.BinarySerializableAttribute("setDownStrokeStyle")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DescriptionAttribute("Stroke style applied to the 'down' candles / sticks.")>
Public ReadOnly Property DownStrokeStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As SeriesStock
Dim value As ChartStrokeStyle
 
value = instance.DownStrokeStyle
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Styles")]
[ISNet.Serialization.BinarySerializableAttribute("setDownStrokeStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Stroke style applied to the 'down' candles / sticks.")]
public ChartStrokeStyle DownStrokeStyle {get;}
Delphi 
public read-only property DownStrokeStyle: ChartStrokeStyle; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
CategoryAttribute("Styles")
ISNet.Serialization.BinarySerializableAttribute("setDownStrokeStyle")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DescriptionAttribute("Stroke style applied to the 'down' candles / sticks.")
public function get DownStrokeStyle : ChartStrokeStyle
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Styles")]
[ISNet.Serialization.BinarySerializableAttribute("setDownStrokeStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Stroke style applied to the 'down' candles / sticks.")]
public: __property ChartStrokeStyle* get_DownStrokeStyle();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Styles")]
[ISNet.Serialization.BinarySerializableAttribute("setDownStrokeStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Stroke style applied to the 'down' candles / sticks.")]
public:
property ChartStrokeStyle^ DownStrokeStyle {
   ChartStrokeStyle^ get();
}

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.