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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The angle of the axis title")>
<ISNet.Serialization.BinarySerializableAttribute("setAngle")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public ReadOnly Property Angle As ChartScaleLabelAngleValue
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleTitleStyle
Dim value As ChartScaleLabelAngleValue
 
value = instance.Angle
C# 
[DescriptionAttribute("The angle of the axis title")]
[ISNet.Serialization.BinarySerializableAttribute("setAngle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public ChartScaleLabelAngleValue Angle {get;}
Delphi 
public read-only property Angle: ChartScaleLabelAngleValue; 
JScript 
DescriptionAttribute("The angle of the axis title")
ISNet.Serialization.BinarySerializableAttribute("setAngle")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("General")
DefaultValueAttribute()
public function get Angle : ChartScaleLabelAngleValue
Managed Extensions for C++ 
[DescriptionAttribute("The angle of the axis title")]
[ISNet.Serialization.BinarySerializableAttribute("setAngle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public: __property ChartScaleLabelAngleValue* get_Angle();
C++/CLI 
[DescriptionAttribute("The angle of the axis title")]
[ISNet.Serialization.BinarySerializableAttribute("setAngle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
public:
property ChartScaleLabelAngleValue^ Angle {
   ChartScaleLabelAngleValue^ get();
}

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.