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






Syntax

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