Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.axis | |
com.steema.teechart.events | |
com.steema.teechart.functions | |
com.steema.teechart.misc | |
com.steema.teechart.styles |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTime.addMonths(int amount) |
static DateTime |
DateTime.getMinValue() |
static DateTime |
DateTime.getNow() |
static DateTime |
DateTime.getToday() |
Modifier and Type | Method and Description |
---|---|
void |
Axis.setMinMax(DateTime minDate,
DateTime maxDate)
Changes the current Axis Minimum and Maximum scales.
Axis.Automatic must be set to false. |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTimeResolver.getDate(java.lang.Object sender,
DateTime dateTime) |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTimeResolver.getDate(java.lang.Object sender,
DateTime dateTime) |
Modifier and Type | Method and Description |
---|---|
DateTime |
CompressOHLC.DateCompressor.compress(ISeries series,
int valueIndex) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Utils.dateTimeToDateTimeStr(DateTime datetime) |
static java.lang.String |
Utils.dateTimeToStr(DateTime datetime) |
static java.lang.String |
Utils.timeToStr(DateTime datetime) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ValueList.asDateTime(int index) |
protected DateTime |
Calendar.cellDate(int aCol,
int aRow) |
DateTime |
Calendar.clickedDate(int x,
int y)
Returns the Date of the "clicked" cell in the Calendar.
|
DateTime |
Calendar.getDate()
Defines a day and causes Calender Series to display the associated month.
|
DateTime |
Calendar.CalendarChangeEvent.getValue() |
Modifier and Type | Method and Description |
---|---|
int |
Series.add(DateTime x,
DateTime y) |
int |
Gantt.add(DateTime start,
DateTime endDate,
double y,
Color color)
Adds a new Gantt point to the series, at the start and endDate positions.
|
int |
Gantt.add(DateTime start,
DateTime endDate,
double y,
java.lang.String text) |
int |
Gantt.add(DateTime start,
DateTime endDate,
double y,
java.lang.String text,
Color color) |
int |
Series.add(DateTime x,
double y)
Adds new point with specified DateTime x and Double y values.
|
int |
Series.add(DateTime x,
double y,
Color c)
Adds new point with specified DateTime x, Double y values and Color.
|
int |
OHLC.add(DateTime aDate,
double open,
double high,
double low,
double close)
Adds new point with specified DateTime x and double open, high, low
and close.
|
int |
Custom3D.add(DateTime aDate,
double y,
double z,
java.lang.String text,
Color color)
Adds a new Datetime point to a 3D Series, label and color.
|
int |
Series.add(DateTime x,
double y,
java.lang.String text)
Adds new point with specified DateTime x, Double y values and Text.
|
int |
Series.add(DateTime aDate,
double y,
java.lang.String text,
Color color)
Adds a new Datetime point to a Series, label and color.
|
void |
Calendar.setDate(DateTime value)
Sets a day and causes Calender Series to display the associated month.
|
Constructor and Description |
---|
CalendarChangeEvent(ISeries series,
int id,
DateTime value) |