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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Arrow")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")>
<NotifyParentPropertyAttribute(True)>
Public Property ArrowPointerLength As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartDataLabelStyle
Dim value As Nullable(Of Single)
 
instance.ArrowPointerLength = value
 
value = instance.ArrowPointerLength
C# 
[CategoryAttribute("Arrow")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")]
[NotifyParentPropertyAttribute(true)]
public Nullable<float> ArrowPointerLength {get; set;}
Delphi 
public read-write property ArrowPointerLength: Nullable; 
JScript 
CategoryAttribute("Arrow")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")
NotifyParentPropertyAttribute()
public function get,set ArrowPointerLength : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Arrow")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")]
[NotifyParentPropertyAttribute(true)]
public: __property Nullable<float> get_ArrowPointerLength();
public: __property void set_ArrowPointerLength( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Arrow")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the length of the arrow pointer pointing to the data labal text.")]
[NotifyParentPropertyAttribute(true)]
public:
property Nullable<float> ArrowPointerLength {
   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.