Uses of Class
com.steema.teechart.legend.LegendSymbolPosition

Packages that use LegendSymbolPosition
com.steema.teechart.legend   
 

Uses of LegendSymbolPosition in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as LegendSymbolPosition
static LegendSymbolPosition LegendSymbolPosition.LEFT
          Defines the left positioning of the Legend's color rectangles.
protected  LegendSymbolPosition LegendSymbol.position
          Controls where to display the legend symbol related to symbol item.
static LegendSymbolPosition LegendSymbolPosition.RIGHT
          Defines the right positioning of the Legend's color rectangles.
 

Methods in com.steema.teechart.legend that return LegendSymbolPosition
 LegendSymbolPosition LegendSymbol.getPosition()
          The position of the Legend color rectangles.
 

Methods in com.steema.teechart.legend with parameters of type LegendSymbolPosition
 void LegendSymbol.setPosition(LegendSymbolPosition value)
          Sets the position of the Legend color rectangles.