com.steema.teechart.styles
Class ShapeXYStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.ShapeXYStyle

public final class ShapeXYStyle
extends Enum

Title: ShapeXYStyle class

Description: Describes the possible values of the Shape.XYStyle method.

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

Company: Steema Software SL

See Also:
Shape.getXYStyle()

Field Summary
static ShapeXYStyle AXIS
          Position in Axis units.
static ShapeXYStyle AXISORIGIN
          Use Left,Top (X0,Y0) to set the Axis origin in Axis units.
static ShapeXYStyle PIXELS
          Position relative to Chart Panel. 0,0 is Panel Left, Top.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIXELS

public static final ShapeXYStyle PIXELS
Position relative to Chart Panel. 0,0 is Panel Left, Top.


AXIS

public static final ShapeXYStyle AXIS
Position in Axis units.


AXISORIGIN

public static final ShapeXYStyle AXISORIGIN
Use Left,Top (X0,Y0) to set the Axis origin in Axis units. Right, Bottom sets width and height in Pixels.