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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Angle mode of the scale label.")>
Public Property LabelAngleMode As ScaleLabelAngleMode
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelAngleValue
Dim value As ScaleLabelAngleMode
 
instance.LabelAngleMode = value
 
value = instance.LabelAngleMode
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Angle mode of the scale label.")]
public ScaleLabelAngleMode LabelAngleMode {get; set;}
Delphi 
public read-write property LabelAngleMode: ScaleLabelAngleMode; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Angle mode of the scale label.")
public function get,set LabelAngleMode : ScaleLabelAngleMode
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Angle mode of the scale label.")]
public: __property ScaleLabelAngleMode get_LabelAngleMode();
public: __property void set_LabelAngleMode( 
   ScaleLabelAngleMode value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Angle mode of the scale label.")]
public:
property ScaleLabelAngleMode LabelAngleMode {
   ScaleLabelAngleMode get();
   void set (    ScaleLabelAngleMode 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.