Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setTitle")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<CategoryAttribute("Labels")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the angle of the scale value labels")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public ReadOnly Property Title As ChartScaleTitleStyle |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setTitle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[CategoryAttribute("Labels")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the angle of the scale value labels")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ChartScaleTitleStyle Title {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setTitle")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Labels")
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the angle of the scale value labels")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get Title : ChartScaleTitleStyle |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setTitle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[CategoryAttribute("Labels")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the angle of the scale value labels")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property ChartScaleTitleStyle* get_Title(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setTitle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[CategoryAttribute("Labels")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the angle of the scale value labels")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property ChartScaleTitleStyle^ Title {
ChartScaleTitleStyle^ 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