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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DescriptionAttribute("Specifies the custom area origin.")>
<DefaultValueAttribute()>
Public Property Origin As Single
Visual Basic (Usage)Copy Code
Dim instance As SeriesBar
Dim value As Single
 
instance.Origin = value
 
value = instance.Origin
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies the custom area origin.")]
[DefaultValueAttribute()]
public float Origin {get; set;}
Delphi 
public read-write property Origin: Single; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Specifies the custom area origin.")
DefaultValueAttribute()
public function get,set Origin : float
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies the custom area origin.")]
[DefaultValueAttribute()]
public: __property float get_Origin();
public: __property void set_Origin( 
   float value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Specifies the custom area origin.")]
[DefaultValueAttribute()]
public:
property float Origin {
   float get();
   void set (    float 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.