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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Empty Data Points Appearance")>
<DescriptionAttribute("Specifies the appearance mode for the empty data points")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property AppearanceMode As EmptyDataPointsAppearanceMode
Visual Basic (Usage)Copy Code
Dim instance As ChartEmptyDataPointsStyle
Dim value As EmptyDataPointsAppearanceMode
 
instance.AppearanceMode = value
 
value = instance.AppearanceMode
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Empty Data Points Appearance")]
[DescriptionAttribute("Specifies the appearance mode for the empty data points")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public EmptyDataPointsAppearanceMode AppearanceMode {get; set;}
Delphi 
public read-write property AppearanceMode: EmptyDataPointsAppearanceMode; 
JScript 
DefaultValueAttribute()
CategoryAttribute("Empty Data Points Appearance")
DescriptionAttribute("Specifies the appearance mode for the empty data points")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set AppearanceMode : EmptyDataPointsAppearanceMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("Empty Data Points Appearance")]
[DescriptionAttribute("Specifies the appearance mode for the empty data points")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property EmptyDataPointsAppearanceMode get_AppearanceMode();
public: __property void set_AppearanceMode( 
   EmptyDataPointsAppearanceMode value
);
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Empty Data Points Appearance")]
[DescriptionAttribute("Specifies the appearance mode for the empty data points")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property EmptyDataPointsAppearanceMode AppearanceMode {
   EmptyDataPointsAppearanceMode get();
   void set (    EmptyDataPointsAppearanceMode 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.