Uses of Class
com.steema.teechart.tools.Marker

Packages that use Marker
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Marker in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Marker
 Marker NumericGauge.getTextMarker()
           
 Marker NumericGauge.getUnitsMarker()
           
 Marker NumericGauge.getValueMarker()
           
 

Methods in com.steema.teechart.styles with parameters of type Marker
 void NumericGauge.setTextMarker(Marker value)
           
 void NumericGauge.setUnitsMarker(Marker value)
           
 void NumericGauge.setValueMarker(Marker value)
           
 

Uses of Marker in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Marker
 Marker MarkersCollection.add(java.lang.String aText)
           
 Marker MarkersCollection.getMarker(int i)
           
 

Methods in com.steema.teechart.tools with parameters of type Marker
 void MarkersCollection.setMarker(Marker value, int index)