com.steema.teechart.styles
Class GridPalette

java.lang.Object
  extended by com.steema.teechart.styles.GridPalette

public final class GridPalette
extends java.lang.Object

Title:

Description:

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 Color color
           
 double upToValue
          Used in Custom3DPalette series to store the palette values.
 
Constructor Summary
GridPalette(double aValue, Color aColor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upToValue

public double upToValue
Used in Custom3DPalette series to store the palette values.


color

public Color color
Constructor Detail

GridPalette

public GridPalette(double aValue,
                   Color aColor)