Intersoft WebGrid Documentation
SeriesSmoothLine Class
Members  See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace : SeriesSmoothLine Class






Controls smooth line series representation.

Object Model

SeriesSmoothLine Class

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<SerializableAttribute()>
Public Class SeriesSmoothLine 
   Inherits SeriesLineBase
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As SeriesSmoothLine
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[SerializableAttribute()]
public class SeriesSmoothLine : SeriesLineBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
Delphi 
public class SeriesSmoothLine = class(SeriesLineBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize)
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
SerializableAttribute()
public class SeriesSmoothLine extends SeriesLineBase implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[SerializableAttribute()]
public __gc class SeriesSmoothLine : public SeriesLineBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[SerializableAttribute()]
public ref class SeriesSmoothLine : public SeriesLineBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebGrid.Chart.SeriesBase
         ISNet.WebUI.WebGrid.Chart.Series
            ISNet.WebUI.WebGrid.Chart.SeriesXYScatter
               ISNet.WebUI.WebGrid.Chart.SeriesXYZScatter
                  ISNet.WebUI.WebGrid.Chart.SeriesLineBase
                     ISNet.WebUI.WebGrid.Chart.SeriesSmoothLine

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.