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






Syntax

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