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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ProjectionType As ProjectionType
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As ProjectionType
 
instance.ProjectionType = value
 
value = instance.ProjectionType
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
public ProjectionType ProjectionType {get; set;}
Delphi 
public read-write property ProjectionType: ProjectionType; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
CategoryAttribute("General")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ProjectionType : ProjectionType
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property ProjectionType get_ProjectionType();
public: __property void set_ProjectionType( 
   ProjectionType value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the projection type of the camera. Can be ProjectionType.Orthogonal or ProjectionType.Perspective.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property ProjectionType ProjectionType {
   ProjectionType get();
   void set (    ProjectionType 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.