Uses of Class
com.steema.teechart.drawing.Gradient

Packages that use Gradient
com.steema.teechart   
com.steema.teechart.drawing   
com.steema.teechart.styles   
com.steema.teechart.themes   
com.steema.teechart.tools   
 

Uses of Gradient in com.steema.teechart
 

Methods in com.steema.teechart that return Gradient
 Gradient Shape.getGradient()
          Calls the Gradient characteristics for the shape.
 

Uses of Gradient in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing that return Gradient
 Gradient IGraphics3D.getGradient()
           
 Gradient Graphics3D.getGradient()
          Determines the Brush.
 Gradient ChartFont.getGradient()
          Applies a gradient fill to the font.
 Gradient ChartBrush.getGradient()
          Fill Gradient.
 

Methods in com.steema.teechart.drawing with parameters of type Gradient
 void Gradient.assign(Gradient value)
          Copies the Gradient parameter properties into the Canvas.Gradient object.
 void Graphics3D.setGradient(Gradient value)
          Determines the Brush.
 void ChartBrush.setGradient(Gradient value)
          Sets the Gradient fill.
 

Uses of Gradient in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Gradient
protected  Gradient Circular.calcCircleGradient()
           
 Gradient Circular.getCircleGradient()
          Determines the Gradient which fills the ellipse.
 Gradient Shape.getGradient()
          Gets Gradient fill characteristics for the ShapeSeries Shape.
 Gradient SeriesPointer.getGradient()
          Configures Gradient filling attributes.
 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.
 Gradient Area.getGradient()
          Determines Gradient to fill the background Area region.
 Gradient Area.getTopGradient()
          Determines how to fill the top 3D Area region.
 

Uses of Gradient in com.steema.teechart.themes
 

Methods in com.steema.teechart.themes with parameters of type Gradient
 void DefaultTheme.resetGradient(Gradient chartGradient)
           
 void BlueSkyTheme.resetGradient(Gradient chartGradient)
           
 void BlackIsBackTheme.resetGradient(Gradient chartGradient)
           
 

Uses of Gradient in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Gradient
 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.
 

Methods in com.steema.teechart.tools with parameters of type Gradient
 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.