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

Packages that use Color
com.steema.teechart   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.functions   
com.steema.teechart.misc   
com.steema.teechart.styles   
com.steema.teechart.themes   
com.steema.teechart.tools   
 

Uses of Color in com.steema.teechart
 

Fields in com.steema.teechart declared as Color
protected  Color Shadow.defaultColor
           
static Color Panel.defaultColor
           
 

Methods in com.steema.teechart that return Color
 Color IBaseChart.freeSeriesColor(boolean checkBackground)
           
 Color Chart.freeSeriesColor(boolean checkBackground)
          Returns a color from the default color palette not used by any Series.
 Color Walls.LeftWall.getColor()
          The color used to fill the LeftWall background.
 Color Shape.getColor()
          Defines the shape Color.
 Color Shadow.getColor()
          Defines the shadow Color.
 Color Bevel.getColorOne()
          Color of left and top sides of bevels.
 Color Bevel.getColorTwo()
          Color of right and bottom sides of bevels.
protected  Color TeeBase.setColorProperty(Color variable, Color value)
           
 

Methods in com.steema.teechart with parameters of type Color
 boolean Chart.isFreeSeriesColor(Color color, boolean checkBackground)
          Returns whether the AColor parameter is used by any Series or not.
 void TChart.setBackground(Color value)
          Sets the color the Chart rectangle is filled with.
 void IBaseChart.setBrushCanvas(Color color, ChartBrush brush, Color backColor)
           
 void Chart.setBrushCanvas(Color aColor, ChartBrush aBrush, Color aBackColor)
          Internal use.
 void Walls.LeftWall.setColor(Color value)
          Specifies the color used to fill the LeftWall background.
 void Shape.setColor(Color value)
          Defines the shape Color.
 void Shadow.setColor(Color value)
          Defines the shadow Color.
 void Bevel.setColorOne(Color value)
          Sets the Color of left and top sides of bevels.
protected  Color TeeBase.setColorProperty(Color variable, Color value)
           
 void Bevel.setColorTwo(Color value)
          Sets the Color of right and bottom sides of bevels.
 

Constructors in com.steema.teechart with parameters of type Color
Shadow(IBaseChart c, int size, Color color)
          Shadow constructor, defines initial size and color
 

Uses of Color in com.steema.teechart.blackberry
 

Methods in com.steema.teechart.blackberry with parameters of type Color
 void Graphics3DBlackBerry.pixel(int x, int y, int z, Color color)
           
 void Graphics3DBlackBerry.setPixel(int x, int y, int z, Color color)
           
 

Uses of Color in com.steema.teechart.drawing
 

Subclasses of Color in com.steema.teechart.drawing
 class SystemColor
           
 

Fields in com.steema.teechart.drawing declared as Color
static Color Color.aqua
          The color aqua.
static Color Color.AQUA
          The color aqua.
static Color Color.bisque
          The color bisque.
static Color Color.BISQUE
          The color bisque.
static Color Color.black
          The color black.
static Color Color.BLACK
          The color black.
static Color Color.blue
          The color blue.
static Color Color.BLUE
          The color blue.
 Color ChartPen.color
           
protected  Color ChartBrush.color
           
static Color Color.cyan
          The color cyan.
static Color Color.CYAN
          The color cyan.
static Color Color.DARK_GRAY
          The color dark gray.
static Color Color.darkGray
          The color dark gray.
protected  Color ChartPen.defaultColor
           
protected  Color ChartBrush.defaultColor
           
static Color Color.EMPTY
           
static Color Color.fuchsia
          The color fuchsia.
static Color Color.FUCHSIA
          The color fuchsia.
static Color Color.gold
          The color gold.
static Color Color.GOLD
          The color gold.
static Color Color.gray
          The color gray.
static Color Color.GRAY
          The color gray.
static Color Color.green
          The color green.
static Color Color.GREEN
          The color green.
static Color Color.GREEN_YELLOW
          The color green yellow.
static Color Color.greenYellow
          The color green yellow.
static Color Color.indigo
          The color indigo.
static Color Color.INDIGO
          The color indigo.
static Color Color.LIGHT_YELLOW
          The color light yellow.
static Color Color.lightGray
           
static Color Color.lightYellow
          The color light yellow.
static Color Color.lime
          The color lime.
static Color Color.LIME
          The color lime.
static Color Color.magenta
          The color magenta.
static Color Color.MAGENTA
          The color magenta.
static Color Color.maroon
          The color maroon.
static Color Color.MAROON
          The color maroon.
static Color Color.navy
          The color navy.
static Color Color.NAVY
          The color navy.
static Color Color.olive
          The color olive.
static Color Color.OLIVE
          The color olive.
static Color Color.orange
          The color orange.
static Color Color.ORANGE
          The color orange.
static Color Color.pink
          The color pink.
static Color Color.PINK
          The color pink.
static Color Color.purple
          The color purple.
static Color Color.PURPLE
          The color purple.
static Color Color.red
          The color red.
static Color Color.RED
          The color red.
static Color Color.silver
          The color silver.
static Color Color.SILVER
          The color silver.
static Color Color.SKY_BLUE
          The color sky blue.
static Color Color.skyBlue
          The color sky blue.
static Color Color.teal
          The color teal.
static Color Color.TEAL
          The color teal.
static Color Color.transparent
           
static Color Color.TRANSPARENT
           
static Color Color.white
          The color white.
static Color Color.WHITE
          The color white.
static Color Color.WHITE_SMOKE
          The color white smoke.
static Color Color.whiteSmoke
          The color white smoke.
static Color Color.yellow
          The color yellow.
static Color Color.YELLOW
          The color yellow.
 

Methods in com.steema.teechart.drawing that return Color
 Color Color.applyBright(int howMuch)
          Converts the Color parameter to a brighter color.
 Color Color.applyDark(int howMuch)
          Converts the Color parameter to a darker color.
 Color Gradient.correctColor(Color value)
           
static Color Color.fromArgb(int value)
           
static Color Color.fromArgb(int r, int g, int b)
           
static Color Color.fromArgb(int a, int r, int g, int b)
           
 Color Graphics3D.getBackColor()
          Sets / returns the color used to fill spaces when displaying text or filling with brushes of different style other than bsSolid.
 Color ChartPen.getColor()
          Determines the color used by the pen to draw lines on the Drawing.
 Color ChartFont.getColor()
          Defines a Font color for text.
 Color ChartBrush.getColor()
          Determines the color used to fill a zone.
 Color[] IGraphics3D.getColorPalette()
           
 Color[] Graphics3D.getColorPalette()
           
static Color SystemColor.getControlColor()
           
 Color IGraphics3D.getDefaultColor(int index)
           
 Color Graphics3D.getDefaultColor(int index)
          Returns a color from global ColorPalette array variable.
 Color Gradient.getEndColor()
          One of the three Colors used to create the gradient fill.
 Color ChartBrush.getForegroundColor()
          Color to fill inner portions of Brush, when Solid is false.
 Color Gradient.getMiddleColor()
          One of the three Colors used to create the gradient fill.
 Color Gradient.getStartColor()
          One of the three Colors used to create the gradient fill.
static Color Color.random()
          Creates a new Color instance with random RED, GREEN and BLUE color components.
 Color Color.transparentColor(int value)
          Returns Color with transparency percentage applied.
static Color Graphics3D.transparentColor(int transparency, Color color)
          Returns Color parameter after changing its "A" value.
 

Methods in com.steema.teechart.drawing with parameters of type Color
static void Graphics3D.applyBright(Color c, int howMuch)
          Converts the Color parameter to a brighter color.
static void Graphics3D.applyDark(Color c, int howMuch)
          Converts the Color parameter to a darker color.
protected  void ChartBrush.applyDark(Color aColor, int quantity)
           
 void ChartPen.assign(ChartPen p, Color value)
           
 Color Gradient.correctColor(Color value)
           
 void Graphics3DVML.gradientFill(int left, int top, int right, int bottom, Color startColor, Color endColor, GradientDirection direction)
          Fills a screen area with color-gradient background.
 void Graphics3DSVG.gradientFill(int left, int top, int right, int bottom, Color startColor, Color endColor, GradientDirection direction)
          Fills a Screen area with multi-colored lines to obtain a nice shadow effect and coloured backgrounds.
 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)
           
 void Graphics3DVML.pixel(int x, int y, int z, Color color)
          Sets the 3D pixel to OLE_Color, using Pen.Width.
 void Graphics3DSVG.pixel(int x, int y, int z, Color color)
          Sets the 3D pixel to OLE_Color, using Pen.
 void Graphics3DPDF.pixel(int x, int y, int z, Color color)
           
abstract  void Graphics3D.pixel(int x, int y, int z, Color color)
           
 void IGraphics3D.setBackColor(Color value)
           
 void Graphics3D.setBackColor(Color value)
           
 void ChartPen.setColor(Color value)
           
 void ChartFont.setColor(Color value)
          Defines a Font color for text.
 void ChartBrush.setColor(Color value)
          Specifies the color used to fill a zone.
 void IGraphics3D.setColorPalette(Color[] palette)
           
 void Graphics3D.setColorPalette(Color[] palette)
          Specifies a color from global ColorPalette array variable.
 void ChartPen.setDefaultColor(Color value)
           
 void ChartBrush.setDefaultColor(Color value)
           
 void Gradient.setEndColor(Color value)
          Specifies the end Color used to create the gradient fill.
 void ChartBrush.setForegroundColor(Color value)
          Specifies the Color to fill inner portions of Brush, when Solid is false.
 void Gradient.setMiddleColor(Color value)
          Specifies the middle Color used to create the gradient fill.
 void IGraphics3D.setPixel(int x, int y, int z, Color color)
           
 void Graphics3DVML.setPixel(int x, int y, int z, Color color)
           
 void Graphics3DSVG.setPixel(int x, int y, int z, Color color)
           
 void Graphics3DPDF.setPixel(int x, int y, int z, Color color)
           
abstract  void Graphics3D.setPixel(int x, int y, int z, Color color)
           
 void Gradient.setStartColor(Color value)
          Specifies the start Color used to create the gradient fill.
static int Graphics3D.transparency(Color color)
          Returns percentage based on Color "A" value.
static int Color.transparencyOf(Color value)
          Returns an integer from 0 to 100 that is the percent of transparency of this color.
static Color Graphics3D.transparentColor(int transparency, Color color)
          Returns Color parameter after changing its "A" value.
 

Constructors in com.steema.teechart.drawing with parameters of type Color
ChartBrush(IBaseChart c, Color aColor)
           
ChartBrush(IBaseChart c, Color aColor, boolean startVisible)
           
ChartPen(Color c)
           
ChartPen(IBaseChart c, Color startColor)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible, int startWidth, LineCap startEndCap, DashStyle startStyle)
           
ChartPen(IBaseChart c, Color startColor, boolean startVisible, LineCap cap)
           
ChartPen(IBaseChart c, Color startColor, DashStyle startStyle)
           
ChartPen(IBaseChart c, Color startColor, int startWidth)
           
Color(Color value)
           
 

Uses of Color in com.steema.teechart.functions
 

Methods in com.steema.teechart.functions with parameters of type Color
 int DownSampling.reduce(DownSamplingMethod algorithm, Series s, double tol, int lbound, int ubound, double[] rx, double[] ry, ColorList colors, Color color)
           
 

Uses of Color in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc that return Color
static Color Utils.darkenColor(Color AColor, int Percentage)
           
static Color Utils.getEmptyColor()
           
 

Methods in com.steema.teechart.misc with parameters of type Color
static boolean Utils.colorIsEmpty(Color color)
           
static Color Utils.darkenColor(Color AColor, int Percentage)
           
static void Utils.drawCheckBox(int x, int y, IGraphics3D g, boolean drawChecked, boolean CheckBox, Color backColor)
           
 

Uses of Color in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as Color
static Color[] CustomGauge.BlackPalette
           
static Color[] CustomGauge.BluesPalette
           
 Color GridPalette.color
           
static Color[] NumericGauge.LCDPalette
           
static Color[] CustomGauge.LCDPalette
           
static Color[] NumericGauge.LEDPalette
           
static Color[] CustomGauge.LEDPalette
           
 Color Contour.LinesColor
           
static Color MarksItem.MARKCOLOR
           
protected  Color CustomBar.normalBarColor
           
 

Methods in com.steema.teechart.styles that return Color
protected  Color Circular.calcCircleBackColor()
           
 Color Funnel.getAboveColor()
          Funnel segment color if Opportunity value is greater than Quote value.
protected  Color Custom.getAreaBrushColor(Color c)
           
 Color SeriesMarks.getBackColor()
          Obsolete.
 Color Funnel.getBelowColor()
          Funnel segment color if Opportunity value is more than the DifferenceLimit % below the Quote value.
 Color Circular.getCircleBackColor()
          Determines the color to fill the ellipse.
 Color SeriesPointer.getColor()
          The pointer color.
 Color SeriesPoint.getColor()
          Indexed Point Color
 Color Series.getColor()
          Default color for all points.
 Color Points3D.getColor()
          Default color for all points.
 Color Points.getColor()
           
 Color Pie.PieOtherSlice.getColor()
          The Color of the OtherSlice.
 Color ISeries.getColor()
           
 Color ContourLevel.getColor()
          Colour of Contour series Level.
 Color Contour.LevelProps.getColor()
           
 Color Polygon.getColor(int index)
          The Color used to fill the polygon.
 Color ColorList.getColor(int index)
           
 Color Custom3DPalette.ColorResolver.getColor(ISeries series, int valueIndex, Color color)
           
protected  Color Series.getDefaultColor(int valueIndex)
           
 Color Candle.getDownCloseColor()
          Candle color fill when Close value is greater than Open value.
 Color Custom3DPalette.getEndColor()
          Determines the last Range palette color.
 Color[] TFrame.getGaugeColorPalette()
           
 Color[] CustomGauge.getGaugeColorPalette()
           
 Color[] CircularGauge.getGaugeColorPalette()
           
static Color CustomGauge.getGaugePaletteColor(int index, Color[] gaugeColorPalette)
           
 Color Custom3DPalette.getMidColor()
          Determines the middle Range palette color.
protected  Color Series.getSeriesColor()
          Obsolete.
 Color Custom3DPalette.getStartColor()
          Determines 1 of 3 Colors used to create the palette to fill the Surface polygons.
 Color Candle.getUpCloseColor()
          Candle color fill when Open value is greater than Close value.
 Color Series.getValueColor(int valueIndex)
          The colour of the index point.
 Color ISeries.getValueColor(int valueIndex)
           
 Color Custom3DPalette.getValueColor(int valueIndex)
          Returns the colour of the index point.
protected  Color Custom3DPalette.getValueColorValue(double aValue)
           
 Color Funnel.getWithinColor()
          Funnel segment color if Opportunity value is within DifferenceLimit % below the Quote value.
 Color KnobGauge.hexToColor(java.lang.String color)
           
 Color ContourLevel.internalColor()
           
 Color Series.legendItemColor(int index)
           
 Color PointFigure.legendItemColor(int index)
           
 Color ISeries.legendItemColor(int itemIndex)
           
 Color Funnel.legendItemColor(int legendIndex)
           
 Color Custom3DPalette.legendItemColor(int legendIndex)
           
 

Methods in com.steema.teechart.styles with parameters of type Color
 int Gantt.add(DateTime start, DateTime endDate, double y, Color color)
          Adds a new Gantt point to the series, at the start and endDate positions.
 int Gantt.add(DateTime start, DateTime endDate, double y, java.lang.String text, Color color)
           
 int Series.add(DateTime x, double y, Color c)
          Adds new point with specified DateTime x, Double y values and Color.
 int Custom3D.add(DateTime aDate, double y, double z, java.lang.String text, Color color)
          Adds a new Datetime point to a 3D Series, label and color.
 int Series.add(DateTime aDate, double y, java.lang.String text, Color color)
          Adds a new Datetime point to a Series, label and color.
 void Custom3D.add(double[] xValues, double[] yValues, double[] zValues, Color[] colorValues)
          Adds the X, Y, Z and Color arrays.
 int Series.add(double value, Color color)
          Adds a new point with specified value and color.
 int Series.add(double x, double y, Color color)
          Adds a new point with specified x and y values and color.
 int Gantt.add(double start, double endDate, double y, Color color)
          Adds a new Gantt bar with start and end coordinates and color.
 int CustomError.add(double x, double y, double errorValue, Color color)
          Adds a new Error Bar point to the Series in selected color.
 int Custom3D.add(double x, double y, double z, Color color)
          Adds a new point to a 3D Series and color.
 int Bubble.add(double x, double y, double radius, Color color)
          Adds a new Bubble point to the Series Points List and color.
 int Bar3D.add(double x, double y, double offset, Color color)
          Adds a bar with an X and Y value, Y start point and color.
 int HighLow.Add(double x, double h, double l, Color color)
          Adds a new High and Low value to a HighLow series.
 int Arrow.add(double x0, double y0, double x1, double y1, Color color)
          Returns the position of the Arrow in the list.
 int CustomErrorPoint.add(double x, double y, double LErr, double RErr, double TErr, double BErr, Color color)
           
 int CustomErrorPoint3D.add(double x, double y, double z, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr, Color color)
           
 int CustomErrorPoint3D.add(double XVal, double YVal, double ZVal, double LeftErr, double RightErr, double TopErr, double BottomErr, double FrontErr, double BackErr, java.lang.String text, Color color)
           
 int Vector3D.add(double x0, double y0, double z0, double x1, double y1, double z1, java.lang.String text, Color color)
          Adds a new 3D vector line to series from (x0, y0, z0) to (x1, y1, z1) as axis values with a specified text and color.
 int CustomErrorPoint.add(double XVal, double YVal, double LErr, double RErr, double TErr, double BErr, java.lang.String text, Color color)
           
 int Arrow.add(double x0, double y0, double x1, double y1, java.lang.String text, Color color)
          Returns the position of the Arrow in the list.
 int Gantt.add(double start, double endDate, double y, java.lang.String text, Color color)
          Adds a new Gantt bar with start and end coordinates, label and color.
 int CustomError.add(double x, double y, double errorValue, java.lang.String text, Color color)
          Adds a new Error Bar point in selected color and with label.
 int Custom3D.add(double x, double y, double z, java.lang.String text, Color color)
          Adds a new point to a 3D Series, label and color.
 int Bubble.add(double x, double y, double radius, java.lang.String text, Color color)
          Adds a new Bubble point to the Series Points List, label and color.
 int Bar3D.add(double x, double y, double offset, java.lang.String text, Color color)
          Adds a bar with an X and Y value, Y start point, label and color.
 int HighLow.Add(double x, double h, double l, java.lang.String text, Color color)
          Adds a new High and Low value to a HighLow series with label and color.
 int Series.add(double x, double y, java.lang.String text, Color color)
          Adds a new point with specified x,y values, text and color.
 int Funnel.add(double aQuote, double aOpportunity, java.lang.String aLabel, Color aColor, boolean aFunnel)
           
 int Series.add(double value, java.lang.String text, Color color)
          Adds a new point with specified value, text and color.
 int Custom3DPalette.addPalette(double aValue, Color aColor)
          Add Color to Palette list
 int Funnel.addSegment(double aQuote, double aOpportunity, java.lang.String aLabel, Color aColor)
          Adds new Funnel segment to the Series.
 void CustomBar.barRectangle(Color barColor, int aLeft, int aTop, int aRight, int aBottom)
          For internal use.
 void CustomBar.barRectangle(Color barColor, Rectangle r)
          For internal use.
 void Callout.draw(Color c, Point pFrom, Point pTo, int z)
           
 void GaugeSeriesPointer.draw(IGraphics3D g, boolean is3D, int px, int py, int tmpHoriz, int tmpVert, Color colorValue, GaugePointerStyles aStyle)
           
 void SeriesPointer.draw(IGraphics3D g, boolean is3D, int px, int py, int tmpHoriz, int tmpVert, Color colorValue, PointerStyle aStyle)
          Internal use.
 void SeriesPointer.draw(int px, int py, Color colorValue)
           
 void SeriesPointer.draw(int px, int py, Color colorValue, PointerStyle aStyle)
           
 void SeriesPointer.draw(Point p, Color colorValue)
           
 void SeriesPointer.draw(Point p, Color colorValue, PointerStyle style)
           
protected  void SeriesPointer.drawLegendShape(Color color, Rectangle rect, boolean drawPen)
           
protected  void SeriesPointer.drawLegendShape(IGraphics3D g, Color color, Rectangle rect, boolean drawPen)
           
 void CustomPoint.drawPointer(int aX, int aY, Color aColor, int valueIndex)
          Draws series pointer to the Canvas.
protected  Color Custom.getAreaBrushColor(Color c)
           
 Color Custom3DPalette.ColorResolver.getColor(ISeries series, int valueIndex, Color color)
           
static Color CustomGauge.getGaugePaletteColor(int index, Color[] gaugeColorPalette)
           
 Contour.LevelProps Contour.LevelResolver.getLevel(int levelIndex, double value, Color color)
           
protected  void SeriesMarks.internalDraw(int index, Color aColor, java.lang.String st, SeriesMarksPosition aPos)
           
protected  void Points3D.onGetPointerStyle(int valueIndex, PointerStyle style, Color aColor)
           
protected  void SeriesPointer.prepareCanvas(IGraphics3D g, Color colorValue)
           
protected  void Surface.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Series.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void PolygonSeries.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Pie.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Line.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Custom3D.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Circular.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Area.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
 void Funnel.setAboveColor(Color value)
          Funnel segment color if Opportunity value is greater than Quote value.
 void SeriesMarks.setBackColor(Color value)
          Obsolete.
 void Funnel.setBelowColor(Color value)
          Funnel segment color if Opportunity value is more than the DifferenceLimit % below the Quote value.
 void Circular.setCircleBackColor(Color value)
          Determines the color to fill the ellipse.
 void Volume.setColor(Color color)
           
 void SeriesPointer.setColor(Color value)
          Sets the pointer color.
 void SeriesPoint.setColor(Color value)
          Indexed Point Color
 void Series.setColor(Color value)
          Default color for all points.
 void PolygonSeries.setColor(Color value)
           
 void Polygon.setColor(Color value)
          Sets Color used to fill the polygon.
 void Points3D.setColor(Color value)
          Default color for all points.
 void Points.setColor(Color value)
           
 void Pie.PieOtherSlice.setColor(Color value)
          Sets the Color of the OtherSlice.
 void FastLine.setColor(Color value)
           
 void CustomPolar.setColor(Color c)
           
 void CustomError.setColor(Color c)
           
 void Custom.setColor(Color value)
           
 void ContourLevel.setColor(Color value)
          Colour of Contour series Level.
 void Contour.LevelProps.setColor(Color color)
           
 void Bezier.setColor(Color c)
           
 void ColorList.setColor(int index, Color value)
           
 void Candle.setDownCloseColor(Color value)
          Candle color fill when Close value is greater than Open value.
 void Custom3DPalette.setEndColor(Color value)
          Sets the last Range palette color.
 void TFrame.setGaugeColorPalette(Color[] value)
           
 void CustomGauge.setGaugeColorPalette(Color[] value)
           
 void CircularGauge.setGaugeColorPalette(Color[] value)
           
 void Custom3DPalette.setMidColor(Color value)
          Sets the middle Range palette color.
protected  void CustomBar.setPenBrushBar(Color barColor)
           
protected  void Series.setSeriesColor(Color value)
          Obsolete.
 void Custom3DPalette.setStartColor(Color value)
          Sets 1 of 3 Colors used to create the palette to fill the Surface polygons.
 void Candle.setUpCloseColor(Color value)
          Candle color fill when Open value is greater than Close value.
 void Funnel.setWithinColor(Color value)
          Funnel segment color if Opportunity value is within DifferenceLimit % below the Quote value.
 

Constructors in com.steema.teechart.styles with parameters of type Color
CFrame(IBaseChart c, Color[] gColorPalette)
           
CFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
Contour.LevelProps(double levelValue, Color color)
           
GridPalette(double aValue, Color aColor)
           
TFrame(IBaseChart c, Color[] gColorPalette)
           
TFrame(IBaseChart c, Color[] gColorPalette, boolean circle)
           
 

Uses of Color in com.steema.teechart.themes
 

Fields in com.steema.teechart.themes declared as Color
static Color[] Theme.AndroidPalette
           
static Color[] Theme.ClassicPalette
           
static Color[] Theme.CoolPalette
           
static Color[] Theme.DefaultPalette
           
static Color[] Theme.ExcelPalette
           
static Color[] Theme.GrayscalePalette
           
static Color[] Theme.iOSPalette
           
static Color[] Theme.MacOSPalette
           
static Color[] Theme.MetroPalette
           
static Color[] Theme.ModernPalette
           
static Color[] Theme.OnBlackPalette
           
static Color[] Theme.OperaPalette
           
static Color[][] ColorPalettes.Palettes
           
static Color[] Theme.PastelsPalette
           
static Color[] Theme.RainbowPalette
           
static Color[] Theme.SolidPalette
           
static Color[] Theme.VictorianPalette
           
static Color[] Theme.WarmPalette
           
static Color[] Theme.WebPalette
           
static Color[] Theme.WindowsVistaPalette
           
static Color[] Theme.WindowsXPPalette
           
 

Methods in com.steema.teechart.themes with parameters of type Color
static void ColorPalettes.applyPalette(IBaseChart custom, Color[] palette)
           
 void DefaultTheme.changeWall(Wall chartWall, Color aColor)
           
 void BlueSkyTheme.changeWall(Wall chartWall, Color aColor)
           
 

Uses of Color in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Color
 Color ColorBand.getColor()
          SThe Band Color.
 Color ScrollPager.getPointerHighlightColor()
           
 

Methods in com.steema.teechart.tools with parameters of type Color
 void ColorBand.setColor(Color value)
          Sets Band Color.
 void ScrollPager.setPointerHighlightColor(Color value)
           
 

Constructors in com.steema.teechart.tools with parameters of type Color
Marker(IBaseChart c, java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)
           
Marker(java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)
           
Marker(java.lang.String text, int fontsize, int left, int top, StringAlignment align, Color color1, Color color2)