Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static BarStyle |
BarStyle.ARROW
Defines an arrow shape for each bar series point.
|
static BarStyle |
BarStyle.CONE
Defines a cone shape for each bar series point.
|
static BarStyle |
BarStyle.CYLINDER
Defines a cylinder shape for each bar series point.
|
static BarStyle |
BarStyle.ELLIPSE
Defines an ellipse shape for each bar series point.
|
static BarStyle |
BarStyle.INVARROW
Defines an inverted arrow shape for each bar series point.
|
static BarStyle |
BarStyle.INVCONE
Defines an inverted cone shape for each bar series point.
|
static BarStyle |
BarStyle.INVPYRAMID
Defines an inverted pyramid shape for each bar series point.
|
static BarStyle |
BarStyle.PYRAMID
Defines a pyramid shape for each bar series point.
|
static BarStyle |
BarStyle.RECTANGLE
Defines a rectangle shape for each bar series point.
|
static BarStyle |
BarStyle.RECTGRADIENT
Defines a rectangle shape with a gradient for each bar series point.
|
static BarStyle |
BarStyle.ROUNDRECTANGLE
Defines a round rectangle for each bar series point.
|
Modifier and Type | Method and Description |
---|---|
protected BarStyle |
CustomBar.doGetBarStyle(int valueIndex) |
static BarStyle |
BarStyle.fromValue(int value) |
BarStyle |
CustomBar.getBarStyle()
Defines the Bar shape used to draw Bars.
Default value: BarStyle.Rectangle |
BarStyle |
CustomBar.BarStyleResolver.getStyle(ISeries series,
int valueIndex,
BarStyle style) |
Modifier and Type | Method and Description |
---|---|
protected void |
HorizBar.drawTickLine(int tickPos,
BarStyle aStyle) |
protected void |
CustomBar.drawTickLine(int tickPos,
BarStyle aStyle) |
protected void |
Bar.drawTickLine(int tickPos,
BarStyle aStyle) |
protected void |
CustomBar.drawTickLines(int startPos,
int endPos,
BarStyle aStyle) |
BarStyle |
CustomBar.BarStyleResolver.getStyle(ISeries series,
int valueIndex,
BarStyle style) |
void |
CustomBar.setBarStyle(BarStyle value)
Defines the Bar shape used to draw Bars.
Default value: BarStyle.Rectangle |