|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.Series
com.steema.teechart.styles.Pyramid
public class Pyramid
Title: Pyramid class
Description: Pyramid Series.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
---|
Series.MarkTextResolver |
Field Summary |
---|
Fields inherited from class com.steema.teechart.styles.Series |
---|
AUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatory |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Pyramid()
|
|
Pyramid(IBaseChart c)
|
Method Summary | |
---|---|
void |
calcHorizMargins(Margins margins)
Returns the number of pixels for horizontal margins |
protected void |
drawMark(int valueIndex,
java.lang.String s,
SeriesMarksPosition position)
|
void |
drawValue(int valueIndex)
Called internally. |
boolean |
drawValuesForward()
Returns whether the Series needs to draw points in ascending/descending order. |
ChartBrush |
getBrush()
Sets Brush characteristics for the Pyramid Series. |
java.lang.String |
getDescription()
Gets descriptive text. |
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxYValue()
The Maximum Value of the Series Y Values List. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinYValue()
The Minimum Value of the Series Y Values List. |
ChartPen |
getPen()
Element Pen characteristics. |
int |
getSizePercent()
The size of Pyramid base relative to Chart Axis bounding width. |
void |
setSizePercent(int value)
Sets size of Pyramid base relative to Chart Axis bounding width. |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.steema.teechart.styles.ISeries |
---|
getChart, invalidate |
Constructor Detail |
---|
public Pyramid(IBaseChart c)
public Pyramid()
Method Detail |
---|
public int getSizePercent()
Example:
series.setSizePercent(60);
public void setSizePercent(int value)
value
- intpublic ChartPen getPen()
public ChartBrush getBrush()
getBrush
in class Series
public void calcHorizMargins(Margins margins)
Series
calcHorizMargins
in class Series
margins
- Marginsprotected void drawMark(int valueIndex, java.lang.String s, SeriesMarksPosition position)
drawMark
in class Series
public void drawValue(int valueIndex)
drawValue
in interface ISeries
drawValue
in class Series
valueIndex
- intpublic boolean drawValuesForward()
drawValuesForward
in class Series
public double getMaxXValue()
getMaxXValue
in class Series
public double getMaxYValue()
getMaxYValue
in class Series
public double getMinXValue()
getMinXValue
in class Series
public double getMinYValue()
getMinYValue
in class Series
public java.lang.String getDescription()
getDescription
in class Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |