Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Method and Description |
---|---|
TimeUnit |
DateAxis.getMajorTimeUnit()
Gets the time unit for
major tick marks . |
TimeUnit |
DateAxis.getMinorTimeUnit()
Gets the time unit for
minor tick marks . |
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<TimeUnit> |
DateAxis.getBaseUnit()
Gets the smallest time unit that is represented on the date axis or
Optional.empty() if value should be automatically calculated based on chart's data. |
Modifier and Type | Method and Description |
---|---|
void |
DateAxis.setMajorTimeUnit(TimeUnit timeUnit)
Sets the time unit for
major tick marks . |
void |
DateAxis.setMinorTimeUnit(TimeUnit timeUnit)
Sets the time unit for
minor tick marks . |
Modifier and Type | Method and Description |
---|---|
void |
DateAxis.setBaseUnit(Optional<TimeUnit> baseUnit)
Sets the smallest time unit that is represented on the date axis or
Optional.empty() if value should be automatically calculated based on chart's data. |
© GemBox d.o.o. — All rights reserved.