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






Gets or sets a value indicating whether the specified scale is inverted. 

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")>
<CategoryAttribute("Scale")>
<DefaultValueAttribute()>
Public Property Invert As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As Boolean
 
instance.Invert = value
 
value = instance.Invert
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")]
[CategoryAttribute("Scale")]
[DefaultValueAttribute()]
public bool Invert {get; set;}
Delphi 
public read-write property Invert: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")
CategoryAttribute("Scale")
DefaultValueAttribute()
public function get,set Invert : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")]
[CategoryAttribute("Scale")]
[DefaultValueAttribute()]
public: __property bool get_Invert();
public: __property void set_Invert( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether this scale is inverted.")]
[CategoryAttribute("Scale")]
[DefaultValueAttribute()]
public:
property bool Invert {
   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.