public class IlvTimeStepsDefinition extends IlvStepsDefinition
ilvTimeStepsDefinition {
class : "ilog.views.chart.IlvTimeStepsDefinition";
autoSubStepUnit : "false";
autoUnit : "false";
subStepCount : "2";
unit : "MILLISECOND";
}
Modifier and Type | Property and Description |
---|---|
boolean |
autoSubStepUnit
Toggles the automatic calculation of the minor ticks unit. |
boolean |
autoUnit
Toggles the automatic calculation of the step unit. |
java.lang.String |
class
Creates a new time steps definition. |
int |
subStepCount
Sets the number of substeps. |
ilog.views.chart.IlvTimeUnit |
unit
Sets the step unit. |
public java.lang.String class
class : "ilog.views.chart.IlvTimeStepsDefinition";
public boolean autoSubStepUnit
true
, the minor ticks unit is
automatically computed according to the major ticks unit.
Note: The bean property autoSubStepUnit
must not be specified
together with the bean properties subStepUnit
or subStepCount
.
CSS example:
autoSubStepUnit : "false";
#subStepUnit
,
subStepCount
public boolean autoUnit
true
, the step unit is
automatically computed according to the visible range shown by the
scale.
autoUnit : "false";
unit
public int subStepCount
Note: The bean property subStepCount
must not be specified
together with the bean properties autoSubStepUnit
or subStepUnit
.
CSS example:
subStepCount : "2";
public ilog.views.chart.IlvTimeUnit unit
unit : "MILLISECOND";
Allowed values: | ||
MILLISECOND |
Predefined unit for milliseconds. | |
SECOND |
Predefined unit for seconds. | |
MINUTE |
Predefined unit for minutes. | |
HOUR |
Predefined unit for hours. | |
DAY |
Predefined unit for days. | |
WEEK |
Predefined unit for weeks. | |
MONTH |
Predefined unit for months. | |
QUARTER |
Predefined unit for quarters. | |
YEAR |
Predefined unit for years. | |
DECADE |
Predefined unit for decades. | |
CENTURY |
Predefined unit for centuries. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.