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 |
| 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;} |
| 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