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

Packages that use LegendSymbolSize
com.steema.teechart.legend   
 

Uses of LegendSymbolSize in com.steema.teechart.legend
 

Fields in com.steema.teechart.legend declared as LegendSymbolSize
static LegendSymbolSize LegendSymbolSize.PERCENT
          Defines the units as a Percentage of the Legend width.
static LegendSymbolSize LegendSymbolSize.PIXELS
          Defines the units as Pixels.
 

Methods in com.steema.teechart.legend that return LegendSymbolSize
 LegendSymbolSize LegendSymbol.getWidthUnits()
          Defines the Width units for the width of Symbol.
 

Methods in com.steema.teechart.legend with parameters of type LegendSymbolSize
 void LegendSymbol.setWidthUnits(LegendSymbolSize value)
          Sets the Width units for the width of Symbol.