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






Syntax

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