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

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

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

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