Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static NearestPointStyle |
NearestPointStyle.CIRCLE
Shape is a circle.
|
static NearestPointStyle |
NearestPointStyle.DIAMOND
Shape is a diamond.
|
static NearestPointStyle |
NearestPointStyle.NONE
No shape is drawn.
|
static NearestPointStyle |
NearestPointStyle.RECTANGLE
Shape is a rectangle.
|
Modifier and Type | Method and Description |
---|---|
NearestPointStyle |
NearestPoint.getStyle()
The shape of the NearestTool.
Default value: NearestPointStyle.Circle |
Modifier and Type | Method and Description |
---|---|
void |
NearestPoint.setStyle(NearestPointStyle value)
Sets the shape of the NearestTool.
Default value: NearestPointStyle.Circle |