Gets or sets the stroke style applied to the data point markers.
Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DescriptionAttribute("Gets or sets the stroke style applied to the data point markers")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public ReadOnly Property BorderStyle As ChartStrokeStyle |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the stroke style applied to the data point markers")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public ChartStrokeStyle BorderStyle {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DescriptionAttribute("Gets or sets the stroke style applied to the data point markers")
DefaultValueAttribute()
CategoryAttribute("Appearance")
public function get BorderStyle : ChartStrokeStyle |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the stroke style applied to the data point markers")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public: __property ChartStrokeStyle* get_BorderStyle(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the stroke style applied to the data point markers")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public:
property ChartStrokeStyle^ BorderStyle {
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