Uses of Class
com.steema.teechart.styles.CustomPolar

Packages that use CustomPolar
com.steema.teechart.styles   
 

Uses of CustomPolar in com.steema.teechart.styles
 

Subclasses of CustomPolar in com.steema.teechart.styles
 class Clock
           Title: Clock class Description: Clock Series Example: clock = new Clock(myChart.getChart()); clock.setColor(Color.RED); clock.setShowInLegend(false); clock.getBrush().setColor(Color.WHITE); clock.getBrush().setColor(Color.RED); clock.getPenHours().setColor(Color.BLACK); clock.getPenMinutes().setColor(Color.BLACK); clock.getPenSeconds().setColor(Color.BLACK); Copyright (c) 2005-2007 by Steema Software SL.
 class Custom2DPolar
          Title: Custom2DPolar class Description: Custom2DPolar is the ancestor of the WindRose Series and the Clock Series.
 class Polar
          Title: Polar class Description: Polar Series.
 class Radar
          Title: Radar class Description: Radar Series.
 class WindRose
          Title: WindRose class Description: WindRose Series.