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






Syntax

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