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






Syntax

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