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






Syntax

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