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

Packages that use ShapeStyle
com.steema.teechart.styles   
 

Uses of ShapeStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ShapeStyle
static ShapeStyle ShapeStyle.CIRCLE
          The shape is a circle.
static ShapeStyle ShapeStyle.CROSS
          The shape is a cross.
static ShapeStyle ShapeStyle.CUBE
          The shape is a cube.
static ShapeStyle ShapeStyle.DIAGCROSS
          The shape is a diagonal cross.
static ShapeStyle ShapeStyle.DIAMOND
          The shape is a diamond.
static ShapeStyle ShapeStyle.HORIZLINE
          The shape is a horizontal line.
static ShapeStyle ShapeStyle.INVERTPYRAMID
          The shape is an inverted pyramid.
static ShapeStyle ShapeStyle.INVERTTRIANGLE
          The shape is an inverted triangle.
static ShapeStyle ShapeStyle.LINE
          The shape is a line.
static ShapeStyle ShapeStyle.PYRAMID
          The shape is a pyramid.
static ShapeStyle ShapeStyle.RECTANGLE
          The shape is a rectangle.
static ShapeStyle ShapeStyle.STAR
          The shape is a star.
static ShapeStyle ShapeStyle.TRIANGLE
          The shape is a triangle.
static ShapeStyle ShapeStyle.VERTLINE
          The shape is a vertical line.
 

Methods in com.steema.teechart.styles that return ShapeStyle
 ShapeStyle Shape.getStyle()
          Defines how a TChartShape component appears on a Chart.
 

Methods in com.steema.teechart.styles with parameters of type ShapeStyle
 void Shape.setStyle(ShapeStyle value)
          Defines how a TChartShape component appears on a Chart.