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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")>
Public Property WidthPercent As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Single
 
instance.WidthPercent = value
 
value = instance.WidthPercent
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")]
public float WidthPercent {get; set;}
Delphi 
public read-write property WidthPercent: Single; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")
public function get,set WidthPercent : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")]
public: __property float get_WidthPercent();
public: __property void set_WidthPercent( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")]
public:
property float WidthPercent {
   float get();
   void set (    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.