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






Gets or sets the value that controls the width of the data point marker in NLength format

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls the width of the data point marker in model units")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property Width As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartMarkerStyle
Dim value As Nullable(Of Single)
 
instance.Width = value
 
value = instance.Width
C# 
[DescriptionAttribute("Controls the width of the data point marker in model units")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public Nullable<float> Width {get; set;}
Delphi 
public read-write property Width: Nullable; 
JScript 
DescriptionAttribute("Controls the width of the data point marker in model units")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("General")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set Width : Nullable
Managed Extensions for C++ 
[DescriptionAttribute("Controls the width of the data point marker in model units")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property Nullable<float> get_Width();
public: __property void set_Width( 
   Nullable<float> value
);
C++/CLI 
[DescriptionAttribute("Controls the width of the data point marker in model units")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property Nullable<float> Width {
   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.