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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the appearance mode of the stock series.")>
Public Property AppearanceMode As SeriesAppearanceMode
Visual Basic (Usage)Copy Code
Dim instance As SeriesStock
Dim value As SeriesAppearanceMode
 
instance.AppearanceMode = value
 
value = instance.AppearanceMode
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
public SeriesAppearanceMode AppearanceMode {get; set;}
Delphi 
public read-write property AppearanceMode: SeriesAppearanceMode; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the appearance mode of the stock series.")
public function get,set AppearanceMode : SeriesAppearanceMode
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
public: __property SeriesAppearanceMode get_AppearanceMode();
public: __property void set_AppearanceMode( 
   SeriesAppearanceMode value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the appearance mode of the stock series.")]
public:
property SeriesAppearanceMode AppearanceMode {
   SeriesAppearanceMode get();
   void set (    SeriesAppearanceMode 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.