Intersoft WebGrid Documentation
Interval Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartScaleStripStyle Class : Interval Property






Gets or sets the interval (gap) between two consecutive interlaced stripes. 

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The interval (gap) between two consecutive interlace stripes.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Property Interval As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleStripStyle
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
C# 
[DescriptionAttribute("The interval (gap) between two consecutive interlace stripes.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public int Interval {get; set;}
Delphi 
public read-write property Interval: Integer; 
JScript 
DescriptionAttribute("The interval (gap) between two consecutive interlace stripes.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
CategoryAttribute("Appearance")
public function get,set Interval : int
Managed Extensions for C++ 
[DescriptionAttribute("The interval (gap) between two consecutive interlace stripes.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public: __property int get_Interval();
public: __property void set_Interval( 
   int value
);
C++/CLI 
[DescriptionAttribute("The interval (gap) between two consecutive interlace stripes.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public:
property int Interval {
   int get();
   void set (    int 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.