Uses of Class
com.steema.teechart.styles.Ternary.TernaryLegendStyle

Packages that use Ternary.TernaryLegendStyle
com.steema.teechart.styles   
 

Uses of Ternary.TernaryLegendStyle in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Ternary.TernaryLegendStyle
 Ternary.TernaryLegendStyle Ternary.getTernaryLegendStyle()
           
static Ternary.TernaryLegendStyle Ternary.TernaryLegendStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ternary.TernaryLegendStyle[] Ternary.TernaryLegendStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.steema.teechart.styles with parameters of type Ternary.TernaryLegendStyle
 void Ternary.setTernaryLegendStyle(Ternary.TernaryLegendStyle Value)