Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setFillStyle")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("Controls the Fill Style effect applied on the background.")>
Public ReadOnly Property FillStyle As ChartFillStyle |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the Fill Style effect applied on the background.")]
public ChartFillStyle FillStyle {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setFillStyle")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
CategoryAttribute("General")
DescriptionAttribute("Controls the Fill Style effect applied on the background.")
public function get FillStyle : ChartFillStyle |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the Fill Style effect applied on the background.")]
public: __property ChartFillStyle* get_FillStyle(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[CategoryAttribute("General")]
[DescriptionAttribute("Controls the Fill Style effect applied on the background.")]
public:
property ChartFillStyle^ FillStyle {
ChartFillStyle^ 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