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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setHorizontalBorderStyle")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The line style of the horizontal legend grid lines")>
<CategoryAttribute("Appearance")>
Public ReadOnly Property HorizontalBorderStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendSettings
Dim value As ChartStrokeStyle
 
value = instance.HorizontalBorderStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute("setHorizontalBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The line style of the horizontal legend grid lines")]
[CategoryAttribute("Appearance")]
public ChartStrokeStyle HorizontalBorderStyle {get;}
Delphi 
public read-only property HorizontalBorderStyle: ChartStrokeStyle; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setHorizontalBorderStyle")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The line style of the horizontal legend grid lines")
CategoryAttribute("Appearance")
public function get HorizontalBorderStyle : ChartStrokeStyle
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setHorizontalBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The line style of the horizontal legend grid lines")]
[CategoryAttribute("Appearance")]
public: __property ChartStrokeStyle* get_HorizontalBorderStyle();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setHorizontalBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The line style of the horizontal legend grid lines")]
[CategoryAttribute("Appearance")]
public:
property ChartStrokeStyle^ HorizontalBorderStyle {
   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.