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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Type As SeriesSmoothLineType
Visual Basic (Usage)Copy Code
Dim instance As ChartSeriesSmoothLineSettings
Dim value As SeriesSmoothLineType
 
instance.Type = value
 
value = instance.Type
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public SeriesSmoothLineType Type {get; set;}
Delphi 
public read-write property Type: SeriesSmoothLineType; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Type : SeriesSmoothLineType
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property SeriesSmoothLineType get_Type();
public: __property void set_Type( 
   SeriesSmoothLineType value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property SeriesSmoothLineType Type {
   SeriesSmoothLineType get();
   void set (    SeriesSmoothLineType 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.