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

Packages that use Legend
com.steema.teechart   
com.steema.teechart.legend   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Legend in com.steema.teechart
 

Fields in com.steema.teechart declared as Legend
protected  Legend Chart.legend
           
 

Methods in com.steema.teechart that return Legend
 Legend TChart.getLegend()
          Legend characteristics.
 Legend IBaseChart.getLegend()
           
 Legend Chart.getLegend()
          Determines the Legend characteristics.
 

Methods in com.steema.teechart with parameters of type Legend
 void TChart.doClickLegend(Legend legend, FrameworkMouseEvent e)
           
 void IChart.doClickLegend(Legend legend, FrameworkMouseEvent e)
           
 void TChart.setLegend(Legend legend)
           
 void IBaseChart.setLegend(Legend value)
           
 void Chart.setLegend(Legend value)
          Determines the Legend characteristics.
 

Uses of Legend in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as Legend
protected  Legend LegendSymbol.legend
          Internal field pointing to parent legend class
 

Methods in com.steema.teechart.legend with parameters of type Legend
 Rectangle LegendResolver.getBounds(Legend legend, Rectangle rectangle)
           
 Rectangle LegendAdapter.getBounds(Legend legend, Rectangle rectangle)
           
 LegendItemCoordinates LegendResolver.getItemCoordinates(Legend legend, LegendItemCoordinates coordinates)
           
 LegendItemCoordinates LegendAdapter.getItemCoordinates(Legend legend, LegendItemCoordinates coordinates)
           
 java.lang.String LegendResolver.getItemText(Legend legend, LegendStyle legendStyle, int index, java.lang.String text)
           
 java.lang.String LegendAdapter.getItemText(Legend legend, LegendStyle legendStyle, int index, java.lang.String text)
           
 

Constructors in com.steema.teechart.legend with parameters of type Legend
LegendItem(Legend legend)
           
LegendItems(Legend legend)
           
LegendSymbol(Legend legend)
           
 

Uses of Legend in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Legend
 Legend Pie.PieOtherSlice.getLegend()
          Sets the properties of the PieOtherSlice Legend.
 

Uses of Legend in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Legend
 Legend ExtraLegend.getLegend()
          Defines the Legend characteristics.
 

Methods in com.steema.teechart.tools with parameters of type Legend
 void ExtraLegend.setLegend(Legend value)
          Defines the Legend characteristics.