Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static PointerStyle |
PointerStyle.CIRCLE
Defines the pointer as a circle.
|
static PointerStyle |
PointerStyle.CROSS
Defines the pointer as a cross.
|
static PointerStyle |
PointerStyle.DIAGCROSS
Defines the pointer as a diagonal cross.
|
static PointerStyle |
PointerStyle.DIAMOND
Defines the pointer as a diamond.
|
static PointerStyle |
PointerStyle.DOWNTRIANGLE
Defines the pointer as a down pointing triangle.
|
static PointerStyle |
PointerStyle.HEXAGON
Defines the pointer as a hexagon.
|
static PointerStyle |
PointerStyle.LEFTTRIANGLE
Defines the pointer as a left triangle.
|
static PointerStyle |
PointerStyle.NOTHING
Defines the pointer as no shape.
|
static PointerStyle |
PointerStyle.POLISHEDSPHERE
Defines the pointer as a polished sphere.
|
static PointerStyle |
PointerStyle.RECTANGLE
Defines the pointer as a rectangle.
|
static PointerStyle |
PointerStyle.RIGHTTRIANGLE
Defines the pointer as a right triangle.
|
static PointerStyle |
PointerStyle.SMALLDOT
Defines the pointer as a small dot.
|
static PointerStyle |
PointerStyle.SPHERE
Defines the pointer as a graded sphere.
|
static PointerStyle |
PointerStyle.STAR
Defines the pointer as a star.
|
static PointerStyle |
PointerStyle.TRIANGLE
Defines the pointer as a triangle.
|
Modifier and Type | Method and Description |
---|---|
PointerStyle |
Ternary.doGetPointerStyle(int ValueIndex) |
static PointerStyle |
PointerStyle.fromInt(int value) |
PointerStyle |
SeriesPointer.getStyle()
The Pointer style.
It defines the shape used to display the Series Points. The default Rectangle style can be optionally in 3D mode by setting Pointer.Draw3D to true. |
PointerStyle |
PointerStyleResolver.getStyle(ISeries series,
int valueIndex,
PointerStyle style) |
protected PointerStyle |
CustomPolar.onGetPointerStyle(int valueIndex,
PointerStyle style) |
protected PointerStyle |
CustomPoint.onGetPointerStyle(int valueIndex,
PointerStyle style) |
Modifier and Type | Method and Description |
---|---|
void |
SeriesPointer.draw(IGraphics3D g,
boolean is3D,
int px,
int py,
int tmpHoriz,
int tmpVert,
Color colorValue,
PointerStyle aStyle)
Internal use.
|
void |
SeriesPointer.draw(int px,
int py,
Color colorValue,
PointerStyle aStyle) |
void |
SeriesPointer.draw(Point p,
Color colorValue,
PointerStyle style) |
PointerStyle |
PointerStyleResolver.getStyle(ISeries series,
int valueIndex,
PointerStyle style) |
protected PointerStyle |
CustomPolar.onGetPointerStyle(int valueIndex,
PointerStyle style) |
protected PointerStyle |
CustomPoint.onGetPointerStyle(int valueIndex,
PointerStyle style) |
protected void |
Points3D.onGetPointerStyle(int valueIndex,
PointerStyle style,
Color aColor) |
void |
SeriesPointer.setStyle(PointerStyle value)
Sets the Pointer style.
Default value: rectangle |