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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the style of the lines.")>
Public Property LineSegmentShape As LineSegmentShape
Visual Basic (Usage)Copy Code
Dim instance As SeriesStepLine
Dim value As LineSegmentShape
 
instance.LineSegmentShape = value
 
value = instance.LineSegmentShape
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the style of the lines.")]
public LineSegmentShape LineSegmentShape {get; set;}
Delphi 
public read-write property LineSegmentShape: LineSegmentShape; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Controls the style of the lines.")
public function get,set LineSegmentShape : LineSegmentShape
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the style of the lines.")]
public: __property LineSegmentShape get_LineSegmentShape();
public: __property void set_LineSegmentShape( 
   LineSegmentShape value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the style of the lines.")]
public:
property LineSegmentShape LineSegmentShape {
   LineSegmentShape get();
   void set (    LineSegmentShape 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.