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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Custom angle in degress.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CustomAngle As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelAngleValue
Dim value As Single
 
instance.CustomAngle = value
 
value = instance.CustomAngle
C# 
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Custom angle in degress.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public float CustomAngle {get; set;}
Delphi 
public read-write property CustomAngle: Single; 
JScript 
DefaultValueAttribute()
CategoryAttribute("General")
NotifyParentPropertyAttribute()
DescriptionAttribute("Custom angle in degress.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CustomAngle : float
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Custom angle in degress.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property float get_CustomAngle();
public: __property void set_CustomAngle( 
   float value
);
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Custom angle in degress.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property float CustomAngle {
   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.