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






Syntax

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