Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesSeries
GF.Clients.Charts.DetailsDataSeries
GF.Clients.Charts.DetailsDataSeriesTDP
Namespace: GF.Clients.Charts.Details
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public class DataSeries : Series, IEnumerable<DataPoint>, IEnumerable, IDisposable, IPointStyles, ITimeArr, IEquatable<DataSeries>
The DataSeries type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataSeries(TimeSeriesBase, String) | |
![]() | DataSeries(TimeSeriesBase, String, ChartStyle) | |
![]() | DataSeries(TimeSeriesBase, String, Boolean) |
Properties
Name | Description | |
---|---|---|
![]() | AllCountY | |
![]() | AssignedArea | |
![]() | AvailableSeriesTypes | |
![]() | AxisType | |
![]() | AxisY | |
![]() | Count | |
![]() | CountY | |
![]() | FirstX | |
![]() | IsColorer | |
![]() | ItemInt32 | |
![]() | ItemInt32, SeriesOrder | (Overrides SeriesItemInt32, SeriesOrder.) |
![]() | LastVisible |
Last NonEmpty DataPoint
|
![]() | LastX | |
![]() | Length | (Overrides SeriesLength.) |
![]() | Offset | |
![]() | PointStyles | (Overrides SeriesPointStyles.) |
![]() | Selected | |
![]() | Style | |
![]() | Text | (Overrides SeriesText.) |
![]() | TimeSeries | |
![]() | Timestamps | (Overrides SeriesTimestamps.) |
![]() | Value |
Access to the latest point of the series
(Inherited from Series.) |
![]() | Visible |
Custom indicator can change this property to false to hide it from Data Box and avoid drawing on the chart.
For example, data series can be used just for calculations.
|
![]() | VisibleYs | |
![]() | YValueNames | |
![]() | ZOrder |
Methods
Name | Description | |
---|---|---|
![]() | Clear | |
![]() | ClonePoints | |
![]() | Dispose | |
![]() | Draw(Graphics, Int32, Int32) | |
![]() | Draw(Graphics, Int32, Int32, Boolean) | |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(DataSeries) | |
![]() | Find(DateTime, Boolean) | |
![]() | Find(Int32, Boolean) | |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEmpty | (Overrides SeriesIsEmpty(Int32).) |
![]() | LocalAlign | |
![]() | LocalAlignExt | |
![]() | RecalcClone | |
![]() | ResetExternalColors | |
![]() | ToString |
Human readable description of the series
(Inherited from Series.) |
Events
Name | Description | |
---|---|---|
![]() | SeriesChanged |
Fields
Name | Description | |
---|---|---|
![]() | Name |
See Also