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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setProjectionSettings")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the projection of the chart")>
Public ReadOnly Property ProjectionSettings As ChartProjectionSettings
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartProjectionSettings
 
value = instance.ProjectionSettings
C# 
[ISNet.Serialization.BinarySerializableAttribute("setProjectionSettings")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the projection of the chart")]
public ChartProjectionSettings ProjectionSettings {get;}
Delphi 
public read-only property ProjectionSettings: ChartProjectionSettings; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setProjectionSettings")
ISNet.Serialization.XmlSerializableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
CategoryAttribute("General")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
DescriptionAttribute("Controls the projection of the chart")
public function get ProjectionSettings : ChartProjectionSettings
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setProjectionSettings")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the projection of the chart")]
public: __property ChartProjectionSettings* get_ProjectionSettings();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setProjectionSettings")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the projection of the chart")]
public:
property ChartProjectionSettings^ ProjectionSettings {
   ChartProjectionSettings^ 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.