BarSeries Class
Represents a series of bar objects
This language is not supported or no code example is available.
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
Add(Bar)
|
Adds the specified bar.
|
|
Ago(int)
|
|
|
Clear()
|
Clears this instance.
|
|
Compress(TimeSpan, TimeSpan)
|
|
|
Compress(long)
|
|
|
Contains(DateTime)
|
|
|
GetDateTime(int)
|
Gets the date time.
|
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
|
GetIndex(DateTime, IndexOption)
|
Gets the index.
|
|
GetMax()
|
Gets the maximum.
|
|
GetMax(DateTime, DateTime)
|
Gets the maximum.
|
|
GetMax(int, int, BarData)
|
Gets the maximum.
|
|
GetMin()
|
Gets the minimum.
|
|
GetMin(DateTime, DateTime)
|
Gets the minimum.
|
|
GetMin(int, int, BarData)
|
Gets the minimum.
|
|
HighestHigh()
|
Highests the high.
|
|
HighestHigh(DateTime, DateTime)
|
Highests the high.
|
|
HighestHigh(int, int)
|
Highests the high.
|
|
HighestHigh(int)
|
Highests the high.
|
|
HighestHighBar()
|
Highests the high bar.
|
|
HighestHighBar(DateTime, DateTime)
|
Highests the high bar.
|
|
HighestHighBar(int, int)
|
Highests the high bar.
|
|
HighestHighBar(int)
|
Highests the high bar.
|
|
HighestLow(DateTime, DateTime)
|
Highests the low.
|
|
HighestLow(int, int)
|
Highests the low.
|
|
HighestLow(int)
|
Highests the low.
|
|
HighestLowBar(DateTime, DateTime)
|
Highests the low bar.
|
|
HighestLowBar(int, int)
|
Highests the low bar.
|
|
HighestLowBar(int)
|
Highests the low bar.
|
|
LowestHigh(DateTime, DateTime)
|
Lowests the high.
|
|
LowestHigh(int, int)
|
Lowests the high.
|
|
LowestHigh(int)
|
Lowests the high.
|
|
LowestHighBar(DateTime, DateTime)
|
Lowests the high bar.
|
|
LowestHighBar(int, int)
|
Lowests the high bar.
|
|
LowestHighBar(int)
|
Lowests the high bar.
|
|
LowestLow()
|
Lowests the low.
|
|
LowestLow(DateTime, DateTime)
|
Lowests the low.
|
|
LowestLow(int, int)
|
Lowests the low.
|
|
LowestLow(int)
|
Lowests the low.
|
|
LowestLowBar()
|
Lowests the low bar.
|
|
LowestLowBar(DateTime, DateTime)
|
Lowests the low bar.
|
|
LowestLowBar(int, int)
|
Lowests the low bar.
|
|
LowestLowBar(int)
|
Lowests the low bar.
|
Top
In this article
Definition