|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
ValueList |
ChartErrors3D.getBack()
|
ValueList |
ChartErrorsBase.getBottom()
|
ValueList |
OHLC.getCloseValues()
All the Stock market Close values. |
ValueList |
OHLC.getDateValues()
All the Stock market Date values. |
ValueList |
Gantt.getEndValues()
Defines the ending Gantt bar date value. |
ValueList |
Vector3D.getEndXValues()
List of values representing the end X coordinates of vector lines. |
ValueList |
Arrow.getEndXValues()
The X1 values for Arrows. |
ValueList |
Vector3D.getEndYValues()
List of values representing the end Y coordinates of vector lines. |
ValueList |
Arrow.getEndYValues()
The Y1 values for Arrows. |
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. |
ValueList |
ChartErrors3D.getFront()
|
ValueList |
OHLC.getHighValues()
All the Stock market High values. |
ValueList |
HighLow.getHighValues()
|
ValueList |
ChartErrorsBase.getLeft()
|
ValueList |
OHLC.getLowValues()
All the Stock market Low 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. |
ValueList |
OHLC.getOpenValues()
All the Stock market Open 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. |
ValueList |
Bubble.getRadiusValues()
A TList object that stores each Bubble point Radius value. |
ValueList |
ChartErrorsBase.getRight()
|
ValueList |
CustomBox.getSampleValues()
Use SampleValues property to get access to the values of Series. |
ValueList |
Gantt.getStartValues()
Defines the starting Gantt bar date values. |
ValueList |
Arrow.getStartXValues()
The X0 values for Arrows. |
ValueList |
Arrow.getStartYValues()
The Y0 values for Arrows. |
ValueList |
ChartErrorsBase.getTop()
|
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. |
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. |
ValueList |
ISeries.getYValues()
|
ValueList |
Custom3D.getZValues()
Values defining Z grid point positions. |
ValueList |
Series.valueListOfAxis(Axis a)
|
ValueList |
Custom3D.valueListOfAxis(Axis a)
|
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. |
void |
OHLC.setDateValues(ValueList value)
Sets all Stock market Date 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. |
void |
OHLC.setLowValues(ValueList value)
Sets all Stock market Low values. |
void |
Bar3D.setOffsetValues(ValueList value)
Specifies a different origin value for each bar point. |
void |
OHLC.setOpenValues(ValueList value)
Sets all Stock market Open 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |