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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("Specified the predefined projection")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property PredefinedProjection As PredefinedProjection
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As PredefinedProjection
 
instance.PredefinedProjection = value
 
value = instance.PredefinedProjection
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Specified the predefined projection")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public PredefinedProjection PredefinedProjection {get; set;}
Delphi 
public read-write property PredefinedProjection: PredefinedProjection; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("Specified the predefined projection")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set PredefinedProjection : PredefinedProjection
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Specified the predefined projection")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property PredefinedProjection get_PredefinedProjection();
public: __property void set_PredefinedProjection( 
   PredefinedProjection value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Specified the predefined projection")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property PredefinedProjection PredefinedProjection {
   PredefinedProjection get();
   void set (    PredefinedProjection 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.