Intersoft WebGrid Documentation
PointShape Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartMarkerStyle Class : PointShape Property






Gets or sets the style of the data point markers

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Defines the style of the data point markers")>
<DefaultValueAttribute()>
Public Property PointShape As PointShape
Visual Basic (Usage)Copy Code
Dim instance As ChartMarkerStyle
Dim value As PointShape
 
instance.PointShape = value
 
value = instance.PointShape
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the style of the data point markers")]
[DefaultValueAttribute()]
public PointShape PointShape {get; set;}
Delphi 
public read-write property PointShape: PointShape; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Defines the style of the data point markers")
DefaultValueAttribute()
public function get,set PointShape : PointShape
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the style of the data point markers")]
[DefaultValueAttribute()]
public: __property PointShape get_PointShape();
public: __property void set_PointShape( 
   PointShape value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the style of the data point markers")]
[DefaultValueAttribute()]
public:
property PointShape PointShape {
   PointShape get();
   void set (    PointShape 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.