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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property LineSize As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As SeriesLine
Dim value As Nullable(Of Single)
 
instance.LineSize = value
 
value = instance.LineSize
C# 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public Nullable<float> LineSize {get; set;}
Delphi 
public read-write property LineSize: Nullable; 
JScript 
CategoryAttribute("Options")
DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set LineSize : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Nullable<float> get_LineSize();
public: __property void set_LineSize( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Nullable<float> LineSize {
   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.