Click or drag to resize

SeriesT Class

Series class. Implements ISeries interface
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.SharpScriptSeriesT

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public sealed class Series<T> : ISeries<T>, 
	IEnumerable<T>, IEnumerable, INotifyPropertyChanged

Type Parameters

T

The SeriesT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of data point in a series. May not match with Bars.Count if not synced
Public propertyItemInt32
Gets or sets the value
Public propertyItemInt32, Boolean Obsolete.
Gets the series value
Public propertyLastValue
Gets or sets the last value of the series.
Public propertySeriesDisplayName
Gets the series display name
Public propertySharpScript
Gets or sets the Sharp Script
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Get enumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
Returns if the series index has value
Public methodReset
Reset the series at index 0
Public methodReset(Int32)
Reset the series
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Top
See Also