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






Syntax

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