RangeSeries Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesSeries
    GF.Clients.Charts.DetailsDataSeries
      GF.Clients.Charts.DetailsDataSeriesTRangePoint
        GF.Clients.Charts.DetailsRangeSeries

Namespace:  GF.Clients.Charts.Details
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class RangeSeries : DataSeriesT<RangePoint>

The RangeSeries type exposes the following members.

Constructors

  NameDescription
Public methodRangeSeries(TimeSeriesBase, String)
Public methodRangeSeries(TimeSeriesBase, String, ChartStyle)
Top
Properties

  NameDescription
Public propertyAllCountY (Inherited from DataSeries.)
Public propertyAssignedArea (Inherited from DataSeries.)
Public propertyAvailableSeriesTypes (Inherited from DataSeries.)
Public propertyAxisType (Inherited from DataSeries.)
Public propertyAxisY (Inherited from DataSeries.)
Public propertyCount (Inherited from DataSeries.)
Public propertyCountY (Overrides DataSeriesCountY.)
Public propertyFirstX (Inherited from DataSeries.)
Public propertyIsColorer (Inherited from DataSeries.)
Public propertyItemInt32 (Inherited from DataSeriesTDP.)
Public propertyItemInt32, SeriesOrder (Inherited from DataSeries.)
Public propertyLastVisible
Last NonEmpty DataPoint
(Inherited from DataSeries.)
Public propertyLastX (Inherited from DataSeries.)
Public propertyLength (Inherited from DataSeries.)
Public propertyOffset (Inherited from DataSeries.)
Public propertyPointStyles (Inherited from DataSeries.)
Public propertySelected (Inherited from DataSeries.)
Public propertyStyle (Inherited from DataSeries.)
Public propertyText (Inherited from DataSeries.)
Public propertyTimeSeries (Inherited from DataSeries.)
Public propertyTimestamps (Inherited from DataSeries.)
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.
(Inherited from DataSeries.)
Public propertyVisibleYs (Inherited from DataSeries.)
Public propertyYValueNames (Overrides DataSeriesYValueNames.)
Public propertyZOrder (Inherited from DataSeries.)
Top
Methods

  NameDescription
Public methodClear (Inherited from DataSeries.)
Public methodClonePoints (Inherited from DataSeries.)
Public methodDispose (Inherited from DataSeries.)
Public methodDraw(Graphics, Int32, Int32) (Inherited from DataSeries.)
Public methodDraw(Graphics, Int32, Int32, Boolean) (Inherited from DataSeries.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(DataSeries) (Inherited from DataSeries.)
Public methodFind(DateTime, Boolean) (Inherited from DataSeries.)
Public methodFind(Int32, Boolean) (Inherited from DataSeries.)
Public methodGetEnumerator (Inherited from DataSeries.)
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 (Inherited from DataSeries.)
Public methodLocalAlign (Inherited from DataSeries.)
Public methodLocalAlignExt (Inherited from DataSeries.)
Public methodRecalcClone (Inherited from DataSeries.)
Public methodResetExternalColors (Inherited from DataSeries.)
Public methodToString
Human readable description of the series
(Inherited from Series.)
Top
Events

  NameDescription
Public eventSeriesChanged (Inherited from DataSeries.)
Top
Fields

  NameDescription
Public fieldName (Inherited from DataSeries.)
Top
See Also

Reference