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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Whether or not this style is repeated infinitely along the chart wall or not.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Range")>
Public Property Infinite As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleStripStyle
Dim value As Boolean
 
instance.Infinite = value
 
value = instance.Infinite
C# 
[DescriptionAttribute("Whether or not this style is repeated infinitely along the chart wall or not.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Range")]
public bool Infinite {get; set;}
Delphi 
public read-write property Infinite: Boolean; 
JScript 
DescriptionAttribute("Whether or not this style is repeated infinitely along the chart wall or not.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Range")
public function get,set Infinite : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Whether or not this style is repeated infinitely along the chart wall or not.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Range")]
public: __property bool get_Infinite();
public: __property void set_Infinite( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Whether or not this style is repeated infinitely along the chart wall or not.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Range")]
public:
property bool Infinite {
   bool get();
   void set (    bool 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.