Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.drawing | |
com.steema.teechart.styles | |
com.steema.teechart.themes | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
Gradient |
Shape.getGradient()
Calls the Gradient characteristics for the shape.
|
Modifier and Type | Method and Description |
---|---|
Gradient |
IGraphics3D.getGradient() |
Gradient |
Graphics3D.getGradient()
Determines the Brush.Gradient properties of the Canvas.
|
Gradient |
ChartFont.getGradient()
Applies a gradient fill to the font.
|
Gradient |
ChartBrush.getGradient()
Fill Gradient.
Gradient specifies the colors used to fill a zone. |
Modifier and Type | Method and Description |
---|---|
void |
Gradient.assign(Gradient value)
Copies the Gradient parameter properties into the Canvas.Gradient object.
|
void |
Graphics3D.setGradient(Gradient value)
Determines the Brush.Gradient properties of the Canvas.
|
void |
ChartBrush.setGradient(Gradient value)
Sets the Gradient fill.
Default value: null |
Modifier and Type | Method and Description |
---|---|
protected Gradient |
Circular.calcCircleGradient() |
Gradient |
Circular.getCircleGradient()
Determines the Gradient which fills the ellipse.
Default value: null |
Gradient |
Ternary.getGradient() |
Gradient |
Shape.getGradient()
Gets Gradient fill characteristics for the ShapeSeries Shape.
|
Gradient |
SeriesPointer.getGradient()
Configures Gradient filling attributes.
Default value: null |
Gradient |
Polygon.getGradient()
Determines the kind of polygon's interior gradient effect.
|
Gradient |
Line.getGradient()
Determines the Line Gradient.
|
Gradient |
CustomBar.getGradient()
Defines the color Gradient used to fill the Bars.
These can be filled with these three colors: StartColor, MidColor, EndColor. |
Gradient |
Area.getGradient()
Determines Gradient to fill the background Area region.
|
Gradient |
Area.getTopGradient()
Determines how to fill the top 3D Area region.
|
Modifier and Type | Method and Description |
---|---|
void |
Ternary.setGradient(Gradient Value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTheme.resetGradient(Gradient chartGradient) |
void |
BlueSkyTheme.resetGradient(Gradient chartGradient) |
void |
BlackIsBackTheme.resetGradient(Gradient chartGradient) |
Modifier and Type | Method and Description |
---|---|
Gradient |
SeriesRegion.getGradient()
The gradient colors used to fill the area in the region.
|
Gradient |
SeriesBand.getGradient()
The gradient colors used to fill the area between the two series.
|
Gradient |
ColorBand.getGradient()
Sets Band colour gradient.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesRegion.setGradient(Gradient value)
Sets the gradient colors used to fill the area in the region.
|
void |
SeriesBand.setGradient(Gradient value)
Sets the gradient colors used to fill the area between the two series.
|