DataSeries Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodDataSeries(TimeSeriesBase, String)
Public methodDataSeries(TimeSeriesBase, String, ChartStyle)
Public methodDataSeries(TimeSeriesBase, String, Boolean)
Top
Properties

  NameDescription
Public propertyAllCountY
Public propertyAssignedArea
Public propertyAvailableSeriesTypes
Public propertyAxisType
Public propertyAxisY
Public propertyCount
Public propertyCountY
Public propertyFirstX
Public propertyIsColorer
Public propertyItemInt32
Public propertyItemInt32, SeriesOrder (Overrides SeriesItemInt32, SeriesOrder.)
Public propertyLastVisible
Last NonEmpty DataPoint
Public propertyLastX
Public propertyLength (Overrides SeriesLength.)
Public propertyOffset
Public propertyPointStyles (Overrides SeriesPointStyles.)
Public propertySelected
Public propertyStyle
Public propertyText (Overrides SeriesText.)
Public propertyTimeSeries
Public propertyTimestamps (Overrides SeriesTimestamps.)
Public propertyValue
Access to the latest point of the series
(Inherited from Series.)
Public propertyVisible
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.
Public propertyVisibleYs
Public propertyYValueNames
Public propertyZOrder
Top
Methods

  NameDescription
Public methodClear
Public methodClonePoints
Public methodDispose
Public methodDraw(Graphics, Int32, Int32)
Public methodDraw(Graphics, Int32, Int32, Boolean)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(DataSeries)
Public methodFind(DateTime, Boolean)
Public methodFind(Int32, Boolean)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty (Overrides SeriesIsEmpty(Int32).)
Public methodLocalAlign
Public methodLocalAlignExt
Public methodRecalcClone
Public methodResetExternalColors
Public methodToString
Human readable description of the series
(Inherited from Series.)
Top
Events

  NameDescription
Public eventSeriesChanged
Top
Fields

  NameDescription
Public fieldName
Top
See Also

Reference