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






Syntax

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