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






Syntax

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