|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BarStyle | |
---|---|
com.steema.teechart.styles |
Uses of BarStyle in com.steema.teechart.styles |
---|
Fields in com.steema.teechart.styles declared as BarStyle | |
---|---|
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. |
Methods in com.steema.teechart.styles that return BarStyle | |
---|---|
protected BarStyle |
CustomBar.doGetBarStyle(int valueIndex)
|
static BarStyle |
BarStyle.fromValue(int value)
|
BarStyle |
CustomBar.getBarStyle()
Defines the Bar shape used to draw Bars. |
BarStyle |
CustomBar.BarStyleResolver.getStyle(ISeries series,
int valueIndex,
BarStyle style)
|
Methods in com.steema.teechart.styles with parameters of type BarStyle | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |