|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.ShapeXYStyle
public final class ShapeXYStyle
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
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 |
---|
public static final ShapeXYStyle PIXELS
public static final ShapeXYStyle AXIS
public static final ShapeXYStyle AXISORIGIN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |