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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Texts")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the offset of the scale labels from the tickmarks")>
Public Property Offset As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelStyle
Dim value As Nullable(Of Single)
 
instance.Offset = value
 
value = instance.Offset
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the offset of the scale labels from the tickmarks")]
public Nullable<float> Offset {get; set;}
Delphi 
public read-write property Offset: Nullable; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Texts")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the offset of the scale labels from the tickmarks")
public function get,set Offset : Nullable
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the offset of the scale labels from the tickmarks")]
public: __property Nullable<float> get_Offset();
public: __property void set_Offset( 
   Nullable<float> value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the offset of the scale labels from the tickmarks")]
public:
property Nullable<float> Offset {
   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.