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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DescriptionAttribute("Specifies whether a custom area origin must be used.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property UseOrigin As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Boolean
 
instance.UseOrigin = value
 
value = instance.UseOrigin
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies whether a custom area origin must be used.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool UseOrigin {get; set;}
Delphi 
public read-write property UseOrigin: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Specifies whether a custom area origin must be used.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set UseOrigin : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies whether a custom area origin must be used.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_UseOrigin();
public: __property void set_UseOrigin( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies whether a custom area origin must be used.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool UseOrigin {
   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.