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






Syntax

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