Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal.axis |
Modifier and Type | Method and Description |
---|---|
IAxis.Direction |
IAxis.getDirection()
Gets the axis direction.
|
static IAxis.Direction |
IAxis.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAxis.Direction[] |
IAxis.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AxisPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
String title)
Constructor.
|
AxisTickPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
String title)
Constructor.
|
GridPage(InteractiveChart chart,
PropertiesResources resources,
IAxis.Direction direction,
String title)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IAxis.Direction |
Axis.getDirection() |
Constructor and Description |
---|
Axis(int id,
IAxis.Direction direction,
Chart chart)
Constructor.
|
AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
Constructor.
|
Copyright © 2023. All rights reserved.