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






Syntax

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