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

Packages that use LegendTextStyle
com.steema.teechart.legend   
com.steema.teechart.styles   
 

Uses of LegendTextStyle in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as LegendTextStyle
static LegendTextStyle LegendTextStyle.LEFTPERCENT
          Legend Text is defined as the series values as a percentage of the total of series values on the left of the series point labels.
static LegendTextStyle LegendTextStyle.LEFTVALUE
          Legend Text is defined as the series values on the left of the series point labels.
static LegendTextStyle LegendTextStyle.PERCENT
          Legend Text is defined as the series values as a percentage of the total of series values
static LegendTextStyle LegendTextStyle.PLAIN
          Legend Text is defined as the series point labels.
static LegendTextStyle LegendTextStyle.RIGHTPERCENT
          Legend Text is defined as the series values as a percentage of the total of series values on the right of the series point labels.
static LegendTextStyle LegendTextStyle.RIGHTVALUE
          Legend Text is defined as the series values on the right of the series point labels.
static LegendTextStyle LegendTextStyle.VALUE
          Legend Text is defined as the series value.
static LegendTextStyle LegendTextStyle.XANDPERCENT
          Legend Text is defined as xvalues of the series and the series values as a percentage of the total of series values.
static LegendTextStyle LegendTextStyle.XANDVALUE
          Legend Text is defined as xvalues of the series and the series values.
static LegendTextStyle LegendTextStyle.XVALUE
          Legend Text is defined as the xvalues of the series.
 

Methods in com.steema.teechart.legend that return LegendTextStyle
static LegendTextStyle LegendTextStyle.fromValue(int value)
           
 LegendTextStyle Legend.getTextStyle()
          Determines how Legend text iItems will be formatted.
 

Methods in com.steema.teechart.legend with parameters of type LegendTextStyle
 void Legend.setTextStyle(LegendTextStyle value)
          Specifies how Legend text iItems will be formatted.
 

Uses of LegendTextStyle in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles with parameters of type LegendTextStyle
 java.lang.String Series.getLegendString(int legendIndex, LegendTextStyle legendTextStyle)
          Returns the formatted String corresponding to the LegendIndex point.
 java.lang.String PointFigure.getLegendString(int legendIndex, LegendTextStyle legendTextStyle)
           
 java.lang.String ISeries.getLegendString(int valueIndex, LegendTextStyle style)
           
 java.lang.String Funnel.getLegendString(int legendIndex, LegendTextStyle legendTextStyle)
          Returns LegendString for LegendIndex'th item.
 java.lang.String Custom3DPalette.getLegendString(int legendIndex, LegendTextStyle legendTextStyle)
          Returns LegendString for LegendIndexth item.
 java.lang.String Contour.getLegendString(int legendIndex, LegendTextStyle legendTextStyle)