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






Syntax

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