Package | Description |
---|---|
com.steema.teechart.drawing |
Modifier and Type | Field and Description |
---|---|
static LineCap |
LineCap.BEVEL
Defines a beveled union style between line segments
|
protected LineCap |
ChartPen.defaultEndCap |
LineCap |
ChartPen.endCap |
static LineCap |
LineCap.MITER
Defines a miter union style between line segments
|
static LineCap |
LineCap.ROUND
Defines a round union style between line segments
|
Modifier and Type | Method and Description |
---|---|
static LineCap |
LineCap.fromValue(int value) |
LineCap |
ChartPen.getEndCap()
Style of line endings.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartPen.setEndCap(LineCap value)
Style of line endings.
|
Constructor and Description |
---|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
int startWidth,
LineCap startEndCap,
DashStyle startStyle) |
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
LineCap cap) |