Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static ShapeStyle |
ShapeStyle.CIRCLE
The shape is a circle.
|
static ShapeStyle |
ShapeStyle.CROSS
The shape is a cross.
|
static ShapeStyle |
ShapeStyle.CUBE
The shape is a cube.
|
static ShapeStyle |
ShapeStyle.DIAGCROSS
The shape is a diagonal cross.
|
static ShapeStyle |
ShapeStyle.DIAMOND
The shape is a diamond.
|
static ShapeStyle |
ShapeStyle.HORIZLINE
The shape is a horizontal line.
|
static ShapeStyle |
ShapeStyle.INVERTPYRAMID
The shape is an inverted pyramid.
|
static ShapeStyle |
ShapeStyle.INVERTTRIANGLE
The shape is an inverted triangle.
|
static ShapeStyle |
ShapeStyle.LINE
The shape is a line.
|
static ShapeStyle |
ShapeStyle.PYRAMID
The shape is a pyramid.
|
static ShapeStyle |
ShapeStyle.RECTANGLE
The shape is a rectangle.
|
static ShapeStyle |
ShapeStyle.STAR
The shape is a star.
|
static ShapeStyle |
ShapeStyle.TRIANGLE
The shape is a triangle.
|
static ShapeStyle |
ShapeStyle.VERTLINE
The shape is a vertical line.
|
Modifier and Type | Method and Description |
---|---|
ShapeStyle |
Shape.getStyle()
Defines how a TChartShape component appears on a Chart.
Default value: Circle |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setStyle(ShapeStyle value)
Defines how a TChartShape component appears on a Chart.
Default value: Circle |