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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the width of the bars in model units, when the series is in X scatter mode.")>
<CategoryAttribute("Options")>
Public Property BarWidth As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Nullable(Of Single)
 
instance.BarWidth = value
 
value = instance.BarWidth
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the width of the bars in model units, when the series is in X scatter mode.")]
[CategoryAttribute("Options")]
public Nullable<float> BarWidth {get; set;}
Delphi 
public read-write property BarWidth: Nullable; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the width of the bars in model units, when the series is in X scatter mode.")
CategoryAttribute("Options")
public function get,set BarWidth : Nullable
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the width of the bars in model units, when the series is in X scatter mode.")]
[CategoryAttribute("Options")]
public: __property Nullable<float> get_BarWidth();
public: __property void set_BarWidth( 
   Nullable<float> value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the width of the bars in model units, when the series is in X scatter mode.")]
[CategoryAttribute("Options")]
public:
property Nullable<float> BarWidth {
   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.