Uses of Class
com.steema.teechart.styles.ValueList

Packages that use ValueList
com.steema.teechart.functions   
com.steema.teechart.styles   
 

Uses of ValueList in com.steema.teechart.functions
 

Methods in com.steema.teechart.functions that return ValueList
protected  ValueList Function.valueList(Series s)
           
 

Methods in com.steema.teechart.functions with parameters of type ValueList
protected  void Function.calculateAllPoints(Series source, ValueList notMandatorySource)
           
protected  void BaseTrend.calculateAllPoints(Series source, ValueList notMandatorySource)
           
protected  void Function.calculateByPeriod(Series source, ValueList notMandatorySource)
           
protected  void Moving.doCalculation(Series source, ValueList notMandatorySource)
           
protected  void Function.doCalculation(Series source, ValueList notMandatorySource)
           
protected  void ExpMovAverage.doCalculation(Series source, ValueList notMandatorySource)
           
protected  void CrossPoints.doCalculation(Series source, ValueList notMandatorySource)
           
 

Uses of ValueList in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ValueList
protected  ValueList Series.mandatory
           
protected  ValueList Series.notMandatory
           
protected  ValueList OHLC.vHighValues
           
protected  ValueList OHLC.vLowValues
           
protected  ValueList OHLC.vOpenValues
           
protected  ValueList Series.vxValues
           
protected  ValueList Series.vyValues
           
protected  ValueList Custom3D.vzValues
           
 

Methods in com.steema.teechart.styles that return ValueList
 ValueList CustomPolar.getAngleValues()
          Gets list of angle values for each polar point.
It is a TList object that stores each Polar point Angle value.
 ValueList OHLC.getCloseValues()
          All the Stock market Close values.
You can access Close values in the same way you can access X or Y values.
 ValueList OHLC.getDateValues()
          All the Stock market Date values.
You can access Date values in the same way you can access X or Y values.
 ValueList Gantt.getEndValues()
          Defines the ending Gantt bar date value.
The starting Gantt bar point is stored at TGanttSeries.StartValues
StartValues and EndValues can be specified both as DateTime or double values.
 ValueList Vector3D.getEndXValues()
          List of values representing the end X coordinates of vector lines.
 ValueList Arrow.getEndXValues()
          The X1 values for Arrows.
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
 ValueList Vector3D.getEndYValues()
          List of values representing the end Y coordinates of vector lines.
 ValueList Arrow.getEndYValues()
          The Y1 values for Arrows.
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
 ValueList Vector3D.getEndZValues()
          List of values representing the end Z coordinates of vector lines.
 ValueList CustomError.getErrorValues()
          Gets and sets the corresponding Error value for each Bar.
The Error value will be displayed as a "T" on top of each Bar.
 ValueList OHLC.getHighValues()
          All the Stock market High values.
You can access High values in the same way you can access X or Y values.
 ValueList HighLow.getHighValues()
           
 ValueList OHLC.getLowValues()
          All the Stock market Low values.
You can access High values in the same way you can access X or Y values.
 ValueList HighLow.getLowValues()
           
 ValueList Series.getMandatory()
           
 ValueList ISeries.getMandatory()
           
 ValueList Gantt.getNextTasks()
          Holds the Gantt bar index each Gantt bar is connected to.
 ValueList Series.getNotMandatory()
           
 ValueList ISeries.getNotMandatory()
           
 ValueList Bar3D.getOffsetValues()
          Specifies a different origin value for each bar point.
This can be used with standard Bar series components to make a "Stacked-3D" chart type.
 ValueList OHLC.getOpenValues()
          All the Stock market Open values.
You can access Open values in the same way you can access X or Y values.
 ValueList Funnel.getOpportunityValues()
           
 ValueList Pie.getPieValues()
          Stores the Pie slice values.
 ValueList Funnel.getQuoteValues()
          Accesses the quote values of the FunnelSeries.
 ValueList CustomPolar.getRadiusValues()
          Gets list of radius values for each polar point.
It is a TList object that stores each Polar point Radius value.
 ValueList Bubble.getRadiusValues()
          A TList object that stores each Bubble point Radius value.
You can change Radius values by using the RadiusValues.Value[] array of doubles method
 ValueList CustomBox.getSampleValues()
          Use SampleValues property to get access to the values of Series.
WARNING : If you are using internal lagorithm (UseCustomValues = false) then you must make sure SampleValues are sorted in ascending order.
 ValueList Gantt.getStartValues()
          Defines the starting Gantt bar date values.
The ending Gantt bar point date is stored at TGanttSeries.EndValues.
StartValues and EndValues can be specified both as DateTime or double values.
 ValueList Arrow.getStartXValues()
          The X0 values for Arrows.
 ValueList Arrow.getStartYValues()
          The Y0 values for Arrows.
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.
 ValueList ValuesLists.getValueList(int index)
           
 ValueList Series.getValueList(int index)
           
 ValueList Series.getValueList(java.lang.String name)
           
 ValueList ISeries.getValueList(java.lang.String name)
           
 ValueList Series.getXValues()
          Values defining horizontal point positions.
By default, any Series has an XValues property.
 ValueList ISeries.getXValues()
           
 ValueList Series.getYValueList(java.lang.String aListName)
          Returns the value list that the AListName parameter has.
 ValueList Series.getYValues()
          Values defining vertical point positions.

WARNING:
You CAN NOT Delete, Clear or Add values DIRECTLY. You need to call the Series equivalent methods to do this.
 ValueList ISeries.getYValues()
           
 ValueList Custom3D.getZValues()
          Values defining Z grid point positions.
ZValues is a standard IValueList object.
 

Methods in com.steema.teechart.styles with parameters of type ValueList
 void ValueList.assign(ValueList value)
           
protected  int Series.getFields(ValueList otherList)
           
 int ValuesLists.indexOf(ValueList value)
           
 void OHLC.setCloseValues(ValueList value)
          Sets all Stock market Close values.
You can access Close values in the same way you can access X or Y values.
 void OHLC.setDateValues(ValueList value)
          Sets all Stock market Date values.
You can access Date values in the same way you can access X or Y values.
 void Arrow.setEndXValues(ValueList value)
          Sets X1 values for Arrows.
 void Arrow.setEndYValues(ValueList value)
          Sets Y1 values for Arrows.
 void OHLC.setHighValues(ValueList value)
          Sets all Stock market High values.
You can access High values in the same way you can access X or Y values.
 void OHLC.setLowValues(ValueList value)
          Sets all Stock market Low values.
You can access High values in the same way you can access X or Y values.
 void Bar3D.setOffsetValues(ValueList value)
          Specifies a different origin value for each bar point.
This can be used with standard Bar series components to make a "Stacked-3D" chart type.
 void OHLC.setOpenValues(ValueList value)
          Sets all Stock market Open values.
You can access Open values in the same way you can access X or Y values.
 void Funnel.setOpportunityValues(ValueList value)
           
 void Bubble.setRadiusValues(ValueList value)
          A TList object that stores each Bubble point Radius value.
 void Arrow.setStartXValues(ValueList value)
          Sets X0 values for Arrows.
 void Arrow.setStartYValues(ValueList value)
          Sets Y0 values for Arrows.
protected  void Series.setValueList(ValueList l, ValueList value)
           
 void Series.setXValues(ValueList value)
           
 void Series.setYValues(ValueList value)
           
 void Series.valuesListAdd(ValueList value)
           
 void ISeries.valuesListAdd(ValueList value)