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






Syntax

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