| Package | Description |
|---|---|
| com.steema.teechart.drawing |
| Modifier and Type | Field and Description |
|---|---|
DashCap |
ChartPen.dashCap |
static DashCap |
DashCap.FLAT |
static DashCap |
DashCap.ROUND |
static DashCap |
DashCap.SQUARE |
| Modifier and Type | Method and Description |
|---|---|
static DashCap |
DashCap.fromValue(int value) |
DashCap |
ChartPen.getDashCap()
Defines segment ending style of dashed lines.
Default value: DashCap.Flat |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartPen.setDashCap(DashCap value) |