Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ShapeXYStyle |
ShapeXYStyle.AXIS
Position in Axis units.
|
static ShapeXYStyle |
ShapeXYStyle.AXISORIGIN
Use Left,Top (X0,Y0) to set the Axis origin in Axis units.
|
static ShapeXYStyle |
ShapeXYStyle.PIXELS
Position relative to Chart Panel.
|
Modifier and Type | Method and Description |
---|---|
ShapeXYStyle |
Shape.getXYStyle()
Can be set to:- Axis, AxisOrigin or Pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setXYStyle(ShapeXYStyle value)
Can be set to:- Axis, AxisOrigin or Pixels.
|