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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Value to be added when the label is generated.")>
<CategoryAttribute("Texts")>
<DefaultValueAttribute()>
Public Property ValueOffset As Double
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelStyle
Dim value As Double
 
instance.ValueOffset = value
 
value = instance.ValueOffset
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Value to be added when the label is generated.")]
[CategoryAttribute("Texts")]
[DefaultValueAttribute()]
public double ValueOffset {get; set;}
Delphi 
public read-write property ValueOffset: Double; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Value to be added when the label is generated.")
CategoryAttribute("Texts")
DefaultValueAttribute()
public function get,set ValueOffset : double
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Value to be added when the label is generated.")]
[CategoryAttribute("Texts")]
[DefaultValueAttribute()]
public: __property double get_ValueOffset();
public: __property void set_ValueOffset( 
   double value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Value to be added when the label is generated.")]
[CategoryAttribute("Texts")]
[DefaultValueAttribute()]
public:
property double ValueOffset {
   double get();
   void set (    double 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.