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






Syntax

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