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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("Controls the content panel mode")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BoundsMode As BoundsMode
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As BoundsMode
 
instance.BoundsMode = value
 
value = instance.BoundsMode
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the content panel mode")]
[ISNet.Serialization.BinarySerializableAttribute()]
public BoundsMode BoundsMode {get; set;}
Delphi 
public read-write property BoundsMode: BoundsMode; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("Controls the content panel mode")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BoundsMode : BoundsMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the content panel mode")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property BoundsMode get_BoundsMode();
public: __property void set_BoundsMode( 
   BoundsMode value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the content panel mode")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property BoundsMode BoundsMode {
   BoundsMode get();
   void set (    BoundsMode 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.