| SeriesT Class |
Namespace: SharpCharts.Base.SharpScript
public sealed class Series<T> : IEnumerable<T>, IEnumerable, INotifyPropertyChanged
The SeriesT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of data point in a series. May not match with Bars.Count if not synced
| |
| Item |
Gets or sets the value
| |
| LastValue | ||
| SeriesDisplayName |
Gets the series display name
| |
| SharpScript |
Gets or sets the Sharp Script
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Get enumerator
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasValue |
Returns if the series index has value
| |
| Reset |
Reset the series at index 0
| |
| Reset(Int32) |
Reset the series
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |