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

Packages that use LegendAlignment
com.steema.teechart.legend   
 

Uses of LegendAlignment in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as LegendAlignment
static LegendAlignment LegendAlignment.BOTTOM
          Aligns the legend to the bottom of the TChart.
static LegendAlignment LegendAlignment.LEFT
          Aligns the legend to the left of the TChart.
static LegendAlignment LegendAlignment.RIGHT
          Aligns the legend to the right of the TChart.
static LegendAlignment LegendAlignment.TOP
          Aligns the legend to the top of the TChart.
 

Methods in com.steema.teechart.legend that return LegendAlignment
static LegendAlignment LegendAlignment.fromValue(int value)
           
 LegendAlignment Legend.getAlignment()
          Defines the Legend position.
 

Methods in com.steema.teechart.legend with parameters of type LegendAlignment
 void Legend.setAlignment(LegendAlignment value)
          Defines the Legend position.