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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Arrow")>
Public Property ArrowLength As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartDataLabelStyle
Dim value As Nullable(Of Single)
 
instance.ArrowLength = value
 
value = instance.ArrowLength
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Arrow")]
public Nullable<float> ArrowLength {get; set;}
Delphi 
public read-write property ArrowLength: Nullable; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Arrow")
public function get,set ArrowLength : Nullable
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Arrow")]
public: __property Nullable<float> get_ArrowLength();
public: __property void set_ArrowLength( 
   Nullable<float> value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the length of the arrow connecting the data point and the text label.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Arrow")]
public:
property Nullable<float> ArrowLength {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

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.