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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("An additional scale in the X dimension to be applied to the texture when mapped. ")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
Public Property HorizontalScale As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureMappingStyle
Dim value As Single
 
instance.HorizontalScale = value
 
value = instance.HorizontalScale
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("An additional scale in the X dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
public float HorizontalScale {get; set;}
Delphi 
public read-write property HorizontalScale: Single; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("An additional scale in the X dimension to be applied to the texture when mapped. ")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
public function get,set HorizontalScale : float
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("An additional scale in the X dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
public: __property float get_HorizontalScale();
public: __property void set_HorizontalScale( 
   float value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("An additional scale in the X dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
public:
property float HorizontalScale {
   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.