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

Packages that use LegendStyle
com.steema.teechart.legend   
 

Uses of LegendStyle in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as LegendStyle
static LegendStyle LegendStyle.AUTO
          Legend draws Series Titles if there's more than one Series in the chart.
 LegendStyle Legend.iLegendStyle
           
static LegendStyle LegendStyle.LASTVALUES
          Legend draws the Last Value of each Active Series (similar to Series).
static LegendStyle LegendStyle.PALETTE
           
static LegendStyle LegendStyle.SERIES
          Legend draws the Series Titles even if there's only one Series in the chart.
static LegendStyle LegendStyle.VALUES
          Legend draws the first Active Series' values.
 

Methods in com.steema.teechart.legend that return LegendStyle
static LegendStyle LegendStyle.fromValue(int value)
           
 LegendStyle Legend.getLegendStyle()
          Defines which iItems will be displayed in the Chart Legend.
 

Methods in com.steema.teechart.legend with parameters of type LegendStyle
 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)
           
 void Legend.setLegendStyle(LegendStyle value)
          Defines which iItems will be displayed in the Chart Legend.