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.6 (1.0.0.6)
Syntax
C#
public sealed class Series<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 propertyItem
Gets or sets the value
Public propertyLastValue
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 a hash function for a particular type.
(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