|
||||||||||
| 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.CustomBar
com.steema.teechart.styles.Bar
com.steema.teechart.styles.Bar3D
public class Bar3D
Title: Bar3D class
Description: Bar3D series.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.steema.teechart.styles.CustomBar |
|---|
CustomBar.BarStyleResolver |
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
|---|
Series.MarkTextResolver |
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.styles.CustomBar |
|---|
barSizePercent, bDark3D, bUseOrigin, conePercent, customBarSize, dOrigin, iBarBounds, iBarSize, iMultiBar, iNumBars, iOrderPos, iPreviousCount, normalBarColor, pPen |
| Fields inherited from class com.steema.teechart.styles.Series |
|---|
AUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, InternalUse, 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 |
| Constructor Summary | |
|---|---|
Bar3D()
|
|
Bar3D(IBaseChart c)
|
|
| Method Summary | |
|---|---|
int |
add(double x,
double y,
double offset)
Adds a bar with an X and Y value and Y start point. |
int |
add(double x,
double y,
double offset,
Color color)
Adds a bar with an X and Y value, Y start point and color. |
int |
add(double x,
double y,
double offset,
java.lang.String text)
Adds a bar with an X and Y value with offset and label. |
int |
add(double x,
double y,
double offset,
java.lang.String text,
Color color)
Adds a bar with an X and Y value, Y start point, label and color. |
protected void |
addSampleValues(int numValues)
|
java.lang.String |
getDescription()
Gets descriptive text. |
double |
getMaxYValue()
Returns the Maximum Value of the Series Y Values List. |
double |
getMinYValue()
Returns the Minimum Value of the Series Y Values List. |
ValueList |
getOffsetValues()
Specifies a different origin value for each bar point. |
double |
getOriginValue(int valueIndex)
|
double |
pointOrigin(int valueIndex,
boolean sumAll)
Returns the corresponding screen pixels coordinate of the leftmost horizontal bar edge. |
void |
setOffsetValues(ValueList value)
Specifies a different origin value for each bar point. |
protected boolean |
subGalleryStack()
|
| Methods inherited from class com.steema.teechart.styles.Bar |
|---|
calcHorizMargins, calcVerticalMargins, calcXPos, calcYPos, drawBar, drawMark, drawSeriesForward, drawValue, getBarWidthPercent, getMaxXValue, getMinXValue, getOriginPos, internalCalcMarkLength, internalClicked, moreSameZOrder, setBarWidthPercent |
| Methods inherited from class com.steema.teechart.TeeBase |
|---|
getChart, invalidate, setBooleanProperty, setColorProperty, 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 Bar3D()
public Bar3D(IBaseChart c)
| Method Detail |
|---|
protected void addSampleValues(int numValues)
addSampleValues in class Series
public int add(double x,
double y,
double offset,
Color color)
x - doubley - doubleoffset - doublecolor - Color
public int add(double x,
double y,
double offset)
x - doubley - doubleoffset - double
public int add(double x,
double y,
double offset,
java.lang.String text)
x - doubley - doubleoffset - doubletext - String
public int add(double x,
double y,
double offset,
java.lang.String text,
Color color)
x - doubley - doubleoffset - doubletext - Stringcolor - Color
public double getOriginValue(int valueIndex)
getOriginValue in interface ISeriesgetOriginValue in class Seriespublic double getMaxYValue()
getMaxYValue in class Barpublic double getMinYValue()
getMinYValue in class Bar
public double pointOrigin(int valueIndex,
boolean sumAll)
pointOrigin in class CustomBarvalueIndex - intsumAll - boolean
public ValueList getOffsetValues()
public void setOffsetValues(ValueList value)
value - ValueListpublic java.lang.String getDescription()
getDescription in class Barprotected boolean subGalleryStack()
subGalleryStack in class CustomBar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||