| Package | Description |
|---|---|
| com.steema.teechart.axis | |
| com.steema.teechart.drawing | |
| com.steema.teechart.printer |
| Modifier and Type | Method and Description |
|---|---|
DashStyle |
GridPen.getStyle()
Determines the style of the axis grid lines.
It sets both vertical and horizontal lines independently. |
| Modifier and Type | Field and Description |
|---|---|
static DashStyle |
DashStyle.DASH |
static DashStyle |
DashStyle.DASHDOT |
static DashStyle |
DashStyle.DASHDOTDOT |
DashStyle |
ChartPen.dashStyle |
protected DashStyle |
ChartPen.defaultStyle |
static DashStyle |
DashStyle.DOT |
static DashStyle |
DashStyle.SOLID |
| Modifier and Type | Method and Description |
|---|---|
static DashStyle |
DashStyle.fromValue(int value) |
DashStyle |
ChartPen.getStyle()
Determines the style in which the pen draw lines on the Drawing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartPen.setDefaultStyle(DashStyle value) |
void |
ChartPen.setStyle(DashStyle value)
Determines the style in which the pen draw lines on the Drawing.
|
| Constructor and Description |
|---|
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
int startWidth,
LineCap startEndCap,
DashStyle startStyle) |
ChartPen(IBaseChart c,
Color startColor,
DashStyle startStyle) |
| Modifier and Type | Method and Description |
|---|---|
DashStyle |
PreviewChartPen.getStyle() |