Contains the behaviors and settings related to the Chart.
Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setChartSettings")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Contains the behaviors and settings related to the Chart.")>
<CategoryAttribute("Charting")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ChartSettings As ChartSettings |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebGrid
Dim value As ChartSettings
value = instance.ChartSettings |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setChartSettings")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains the behaviors and settings related to the Chart.")]
[CategoryAttribute("Charting")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ChartSettings ChartSettings {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setChartSettings")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
DefaultValueAttribute()
BrowsableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Contains the behaviors and settings related to the Chart.")
CategoryAttribute("Charting")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get ChartSettings : ChartSettings |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setChartSettings")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains the behaviors and settings related to the Chart.")]
[CategoryAttribute("Charting")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property ChartSettings* get_ChartSettings(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setChartSettings")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains the behaviors and settings related to the Chart.")]
[CategoryAttribute("Charting")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property ChartSettings^ ChartSettings {
ChartSettings^ 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