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






Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Series")>
<ISNet.Serialization.BinarySerializableAttribute("setSeriesSmoothLineSettings")>
<DescriptionAttribute("Controls the look and feel of series smooth line type")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<DefaultValueAttribute()>
Public ReadOnly Property SeriesSmoothLineSettings As ChartSeriesSmoothLineSettings
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartSeriesSmoothLineSettings
 
value = instance.SeriesSmoothLineSettings
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Series")]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesSmoothLineSettings")]
[DescriptionAttribute("Controls the look and feel of series smooth line type")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public ChartSeriesSmoothLineSettings SeriesSmoothLineSettings {get;}
Delphi 
public read-only property SeriesSmoothLineSettings: ChartSeriesSmoothLineSettings; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Series")
ISNet.Serialization.BinarySerializableAttribute("setSeriesSmoothLineSettings")
DescriptionAttribute("Controls the look and feel of series smooth line type")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get SeriesSmoothLineSettings : ChartSeriesSmoothLineSettings
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Series")]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesSmoothLineSettings")]
[DescriptionAttribute("Controls the look and feel of series smooth line type")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public: __property ChartSeriesSmoothLineSettings* get_SeriesSmoothLineSettings();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Series")]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesSmoothLineSettings")]
[DescriptionAttribute("Controls the look and feel of series smooth line type")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public:
property ChartSeriesSmoothLineSettings^ SeriesSmoothLineSettings {
   ChartSeriesSmoothLineSettings^ 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.