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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The offset of the label from it's anchor point on the axis ruler.")>
Public Property RulerOffset As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleTitleStyle
Dim value As Nullable(Of Single)
 
instance.RulerOffset = value
 
value = instance.RulerOffset
C# 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the label from it's anchor point on the axis ruler.")]
public Nullable<float> RulerOffset {get; set;}
Delphi 
public read-write property RulerOffset: Nullable; 
JScript 
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The offset of the label from it's anchor point on the axis ruler.")
public function get,set RulerOffset : Nullable
Managed Extensions for C++ 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the label from it's anchor point on the axis ruler.")]
public: __property Nullable<float> get_RulerOffset();
public: __property void set_RulerOffset( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the label from it's anchor point on the axis ruler.")]
public:
property Nullable<float> RulerOffset {
   Nullable<float> get();
   void set (    Nullable<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.