com.steema.teechart.styles
Class PieMarks

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.styles.PieMarks

public class PieMarks
extends TeeBase

Title: PieMarks class

Description: Customized pie series marks with additional properties.

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

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
PieMarks(IBaseChart c, Series s)
           
 
Method Summary
 int getLegSize()
           
 boolean getVertCenter()
           
 void setLegSize(int value)
           
 void setVertCenter(boolean value)
           
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, 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

PieMarks

public PieMarks(IBaseChart c,
                Series s)
Method Detail

getVertCenter

public boolean getVertCenter()

setVertCenter

public void setVertCenter(boolean value)

getLegSize

public int getLegSize()

setLegSize

public void setLegSize(int value)