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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets a value indicating whether predefined projection is used.")>
<CategoryAttribute("General")>
Public Property UsePredefinedProjection As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartProjectionSettings
Dim value As Boolean
 
instance.UsePredefinedProjection = value
 
value = instance.UsePredefinedProjection
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether predefined projection is used.")]
[CategoryAttribute("General")]
public bool UsePredefinedProjection {get; set;}
Delphi 
public read-write property UsePredefinedProjection: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets a value indicating whether predefined projection is used.")
CategoryAttribute("General")
public function get,set UsePredefinedProjection : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether predefined projection is used.")]
[CategoryAttribute("General")]
public: __property bool get_UsePredefinedProjection();
public: __property void set_UsePredefinedProjection( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets a value indicating whether predefined projection is used.")]
[CategoryAttribute("General")]
public:
property bool UsePredefinedProjection {
   bool get();
   void set (    bool 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.