Uses of Class
com.steema.teechart.styles.ShapeXYStyle

Packages that use ShapeXYStyle
com.steema.teechart.styles   
 

Uses of ShapeXYStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ShapeXYStyle
static ShapeXYStyle ShapeXYStyle.AXIS
          Position in Axis units.
static ShapeXYStyle ShapeXYStyle.AXISORIGIN
          Use Left,Top (X0,Y0) to set the Axis origin in Axis units.
static ShapeXYStyle ShapeXYStyle.PIXELS
          Position relative to Chart Panel. 0,0 is Panel Left, Top.
 

Methods in com.steema.teechart.styles that return ShapeXYStyle
 ShapeXYStyle Shape.getXYStyle()
          Can be set to:- Axis, AxisOrigin or Pixels.
 

Methods in com.steema.teechart.styles with parameters of type ShapeXYStyle
 void Shape.setXYStyle(ShapeXYStyle value)
          Can be set to:- Axis, AxisOrigin or Pixels.