SeriesT Class |
Namespace: SharpCharts.Base.SharpScript
public sealed class Series<T> : ISeries<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
| |
ItemInt32 |
Gets or sets the value
| |
ItemInt32, Boolean | Obsolete.
Gets the series value
| |
LastValue |
Gets or sets the last value of the series.
| |
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 the default hash function. (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 |