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

Packages that use ToolsCollection
com.steema.teechart   
com.steema.teechart.tools   
 

Uses of ToolsCollection in com.steema.teechart
 

Methods in com.steema.teechart that return ToolsCollection
 ToolsCollection TChart.getTools()
           
 ToolsCollection IBaseChart.getTools()
           
 ToolsCollection Chart.getTools()
          Collection of Tool components contained in this Chart.
 

Methods in com.steema.teechart with parameters of type ToolsCollection
 void Chart.setTools(ToolsCollection value)
          Collection of Tool components contained in this Chart.
 

Uses of ToolsCollection in com.steema.teechart.tools
 

Subclasses of ToolsCollection in com.steema.teechart.tools
 class MarkersCollection