Intersoft WebGrid Documentation
FillStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartMarkerStyle Class : FillStyle Property






Gets or sets the fill style applied to the data point markers.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Gets or sets the fill style applied to the data point markers")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute("setFillStyle")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property FillStyle As ChartFillStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartMarkerStyle
Dim value As ChartFillStyle
 
value = instance.FillStyle
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the fill style applied to the data point markers")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
public ChartFillStyle FillStyle {get;}
Delphi 
public read-only property FillStyle: ChartFillStyle; 
JScript 
DefaultValueAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("Gets or sets the fill style applied to the data point markers")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute("setFillStyle")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
public function get FillStyle : ChartFillStyle
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the fill style applied to the data point markers")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
public: __property ChartFillStyle* get_FillStyle();
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the fill style applied to the data point markers")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setFillStyle")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
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

©2012 Intersoft Solutions Corp. All Rights Reserved.