com.steema.teechart.axis
Class AxisSavedScales

java.lang.Object
  extended by com.steema.teechart.axis.AxisSavedScales

public final class AxisSavedScales
extends java.lang.Object

Title: AxisSavedScales class

Description:

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

Company: Steema Software SL


Field Summary
 boolean auto
           
 boolean autoMax
           
 boolean autoMin
           
 double max
           
 double min
           
 
Constructor Summary
AxisSavedScales()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auto

public boolean auto

autoMin

public boolean autoMin

autoMax

public boolean autoMax

min

public double min

max

public double max
Constructor Detail

AxisSavedScales

public AxisSavedScales()