Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setOuterRightBorderStyle")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute()>
<DescriptionAttribute("The line style of the outer right legend border")>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property OuterRightBorderStyle As ChartStrokeStyle |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setOuterRightBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[DescriptionAttribute("The line style of the outer right legend border")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
public ChartStrokeStyle OuterRightBorderStyle {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setOuterRightBorderStyle")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DefaultValueAttribute()
DescriptionAttribute("The line style of the outer right legend border")
CategoryAttribute("Appearance")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
public function get OuterRightBorderStyle : ChartStrokeStyle |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setOuterRightBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[DescriptionAttribute("The line style of the outer right legend border")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
public: __property ChartStrokeStyle* get_OuterRightBorderStyle(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setOuterRightBorderStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[DescriptionAttribute("The line style of the outer right legend border")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
public:
property ChartStrokeStyle^ OuterRightBorderStyle {
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