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

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

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

Methods in com.steema.teechart.styles that return Ternary.TernaryFormat
 Ternary.TernaryFormat Ternary.getPlotFormat()
           
static Ternary.TernaryFormat Ternary.TernaryFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Ternary.TernaryFormat[] Ternary.TernaryFormat.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.TernaryFormat
 void Ternary.setPlotFormat(Ternary.TernaryFormat Value)