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






Syntax

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