Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.drawing |
Modifier and Type | Field and Description |
---|---|
protected BevelStyle |
Bevel.defaultOuter |
protected BevelStyle |
Bevel.inner |
static BevelStyle |
BevelStyle.LOWERED
Lowered Bevel.
|
static BevelStyle |
BevelStyle.NONE
No bevel.
|
protected BevelStyle |
Bevel.outer |
static BevelStyle |
BevelStyle.RAISED
Raised bevel.
|
Modifier and Type | Method and Description |
---|---|
static BevelStyle |
BevelStyle.fromValue(int value) |
BevelStyle |
Shape.getBevelInner()
Obsolete.&ndsp;Please use Bevel.Inner.
|
BevelStyle |
Shape.getBevelOuter()
Obsolete. Please use Bevel.Outer
|
BevelStyle |
Bevel.getInner()
Defines the inner bevel type of the TChart Panel border.
|
BevelStyle |
Bevel.getOuter()
The outer bevel type of the TChart Panel border.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setBevelInner(BevelStyle value)
Defines the inner bevel type of the TChart Panel border.
Available types: None Lowered Raised |
void |
Shape.setBevelOuter(BevelStyle value)
Defines the outer bevel type of the TChart Panel border.
Available types: None Lowered Raised |
void |
Bevel.setInner(BevelStyle value)
Defines the inner bevel type of the TChart Panel border.
|
void |
Bevel.setOuter(BevelStyle value)
Defines the outer bevel type of the TChart Panel border.
|
Modifier and Type | Method and Description |
---|---|
void |
IGraphics3D.paintBevel(BevelStyle style,
Rectangle rect,
int width,
Color colorOne,
Color colorTwo) |
void |
Graphics3D.paintBevel(BevelStyle bevel,
Rectangle rect,
int width,
Color one,
Color two) |