com.steema.teechart.axis
Class AxisLinePen

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.drawing.ChartPen
          extended by com.steema.teechart.axis.AxisLinePen

public final class AxisLinePen
extends ChartPen

Title: AxisLinePen class

Description: Determines the pen used to draw the axis lines

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.drawing.ChartPen
color, dashCap, dashStyle, defaultColor, defaultEndCap, defaultStyle, defaultVisible, endCap, usesVisible, visible, width
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
AxisLinePen(IBaseChart c)
           
 
Method Summary
 
Methods inherited from class com.steema.teechart.drawing.ChartPen
assign, assign, getColor, getDashCap, getEndCap, getStyle, getTransparency, getVisible, getWidth, internalAssign, invalidate, reset, setColor, setDashCap, setDefaultColor, setDefaultStyle, setDefaultVisible, setEndCap, setStyle, setTransparency, setUsesVisible, setVisible, setWidth, shouldSerializeColor, shouldSerializeEndCap, shouldSerializeStyle, shouldSerializeVisible
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisLinePen

public AxisLinePen(IBaseChart c)