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 |
| 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;} |
| 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