com.linksoft.chart
Class VAxisLabel

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.AxisLabel
          extended bycom.linksoft.chart.VAxisLabel

public class VAxisLabel
extends AxisLabel

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 
Fields inherited from class com.linksoft.chart.AxisLabel
color, font, title, vertical
 
Fields inherited from class com.linksoft.chart.ChartComponent
chart, height, width, x, y
 
Constructor Summary
VAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 
Method Summary
 void draw(ChartGraphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAxisLabel

public VAxisLabel(java.lang.String t,
                  ChartColor c,
                  ChartFont f)
Method Detail

draw

public void draw(ChartGraphics g)
Overrides:
draw in class AxisLabel