| Package | Description |
|---|---|
| com.steema.teechart.tools |
| Modifier and Type | Field and Description |
|---|---|
static DrawLineStyle |
DrawLineStyle.ELLIPSE |
static DrawLineStyle |
DrawLineStyle.HORIZPARALLEL
Plots 2 horizontal lines along top and bottom of the bounding rectangle
expressed by start and end points
|
static DrawLineStyle |
DrawLineStyle.LINE
Plots a single line between start and end points
|
static DrawLineStyle |
DrawLineStyle.RECTANGLE |
protected DrawLineStyle |
DrawLineItem.style |
static DrawLineStyle |
DrawLineStyle.VERTPARALLEL
Plots 2 vertical lines along left and right of the bounding rectangle
expressed by start and end points
|
| Modifier and Type | Method and Description |
|---|---|
DrawLineStyle |
DrawLineItem.getDrawLineStyle() |
DrawLineStyle |
DrawLine.getDrawLineStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawLineItem.setDrawLineStyle(DrawLineStyle style) |
void |
DrawLine.setDrawLineStyle(DrawLineStyle value) |