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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Styles")>
<DescriptionAttribute("Defines the type of Fill Style to be applied to the series object.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ChartFillType As ChartFillType
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartFillType
 
instance.ChartFillType = value
 
value = instance.ChartFillType
C# 
[CategoryAttribute("Styles")]
[DescriptionAttribute("Defines the type of Fill Style to be applied to the series object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public ChartFillType ChartFillType {get; set;}
Delphi 
public read-write property ChartFillType: ChartFillType; 
JScript 
CategoryAttribute("Styles")
DescriptionAttribute("Defines the type of Fill Style to be applied to the series object.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ChartFillType : ChartFillType
Managed Extensions for C++ 
[CategoryAttribute("Styles")]
[DescriptionAttribute("Defines the type of Fill Style to be applied to the series object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property ChartFillType get_ChartFillType();
public: __property void set_ChartFillType( 
   ChartFillType value
);
C++/CLI 
[CategoryAttribute("Styles")]
[DescriptionAttribute("Defines the type of Fill Style to be applied to the series object.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property ChartFillType ChartFillType {
   ChartFillType get();
   void set (    ChartFillType value);
}

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.