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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property PerspectiveAngle As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As Single
 
instance.PerspectiveAngle = value
 
value = instance.PerspectiveAngle
C# 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")]
[ISNet.Serialization.XmlSerializableAttribute()]
public float PerspectiveAngle {get; set;}
Delphi 
public read-write property PerspectiveAngle: Single; 
JScript 
CategoryAttribute("General")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set PerspectiveAngle : float
Managed Extensions for C++ 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property float get_PerspectiveAngle();
public: __property void set_PerspectiveAngle( 
   float value
);
C++/CLI 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property float PerspectiveAngle {
   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.