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 |
---|---|
TickMarkType |
ChartAxis.getMajorTickMarkType()
Gets the major tick marks position.
|
TickMarkType |
ChartAxis.getMinorTickMarkType()
Gets the minor tick marks position.
|
static TickMarkType |
TickMarkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TickMarkType[] |
TickMarkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartAxis.setMajorTickMarkType(TickMarkType tickMarkType)
Sets the major tick marks position.
|
void |
ChartAxis.setMinorTickMarkType(TickMarkType tickMarkType)
Sets the minor tick marks position.
|
© GemBox d.o.o. — All rights reserved.