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






Syntax

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