|
||||||||||
| 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.CustomPoint
com.steema.teechart.styles.Custom
com.steema.teechart.styles.Area
public class Area
Title: Area class
Description: Area Series
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
TChart,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
|---|
Series.MarkTextResolver |
| Field Summary | |
|---|---|
protected ChartPen |
linePen
|
| Fields inherited from class com.steema.teechart.styles.Custom |
|---|
bAreaBrush, bClickableLine, bDark3D, drawArea, drawLine, pAreaLines |
| Fields inherited from class com.steema.teechart.styles.CustomPoint |
|---|
iStacked, point |
| 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 | |
|---|---|
Area()
|
|
Area(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
createSubGallery(Gallery addSubChart)
|
ChartBrush |
getAreaBrush()
Determines the Brush used to fill the background Area region. |
ChartPen |
getAreaLines()
Determines Pen to draw AreaLines. |
ChartPen |
getAreaLinesPen()
Obsolete. |
java.lang.String |
getDescription()
Gets descriptive text. |
Gradient |
getGradient()
Determines Gradient to fill the background Area region. |
ChartPen |
getLinePen()
Determines pen to draw the line connecting all points. |
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxYValue()
Returns the highest of all the current Series Y point values. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinYValue()
Returns the Minimum Value of the Series Y Values List. |
MultiAreas |
getMultiArea()
Determines how Multi-AreaSeries are displayed. |
double |
getOrigin()
The axis value as a common bottom for all AreaSeries points. |
protected int |
getOriginPos(int valueIndex)
|
Gradient |
getTopGradient()
Determines how to fill the top 3D Area region. |
boolean |
getUseOrigin()
Aligns bottom of AreaSeries to the Origin property value. |
protected void |
prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush)
|
void |
setMultiArea(MultiAreas value)
Sets how multiple areas are displayed. |
void |
setOrigin(double value)
Sets axis value as a common bottom for all AreaSeries points. |
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setUseOrigin(boolean value)
Enables/disables the setting of the Y value (via the Origin property) that defines the bottom position for area points. |
| Methods inherited from class com.steema.teechart.styles.Custom |
|---|
calcHorizMargins, calcVerticalMargins, clicked, draw, drawLegendShape, drawValue, getAreaBrushColor, getBrush, getClickableLine, getColorEachLine, getDark3D, getInvertedStairs, getLineHeight, getOpacity, getOutLine, getStairs, getTransparency, readResolve, setChart, setClickableLine, setColor, setColorEachLine, setDark3D, setInvertedStairs, setLineHeight, setOpacity, setStairs, setTransparency |
| Methods inherited from class com.steema.teechart.styles.CustomPoint |
|---|
addSeriesMouseListener, assign, calcXPos, calcYPos, calcZOrder, clickedPointer, drawMark, drawPointer, getPointer, getStacked, onGetPointerStyle, removePointerStyleResolver, removeSeriesMouseListener, setPointerStyleResolver, setStacked |
| 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 |
| Field Detail |
|---|
protected ChartPen linePen
| Constructor Detail |
|---|
public Area(IBaseChart c)
public Area()
| Method Detail |
|---|
public MultiAreas getMultiArea()
setMultiArea(com.steema.teechart.styles.MultiAreas)public void setMultiArea(MultiAreas value)
value - MultiAreasgetMultiArea()public ChartBrush getAreaBrush()
public Gradient getTopGradient()
public Gradient getGradient()
public ChartPen getAreaLinesPen()
public ChartPen getAreaLines()
public boolean getUseOrigin()
public void setUseOrigin(boolean value)
value - booleangetOrigin()public double getOrigin()
public void setOrigin(double value)
value - doublepublic double getMaxYValue()
getMaxYValue in class CustomPointpublic double getMinYValue()
getMinYValue in class CustomPointpublic double getMaxXValue()
getMaxXValue in class CustomPointpublic double getMinXValue()
getMinXValue in class CustomPointpublic java.lang.String getDescription()
getDescription in class Seriesprotected int getOriginPos(int valueIndex)
getOriginPos in class CustomPoint
protected void prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush)
prepareLegendCanvas in class Seriespublic void createSubGallery(Gallery addSubChart)
createSubGallery in class Seriespublic void setSubGallery(int index)
Series
setSubGallery in interface ISeriessetSubGallery in class Seriesindex - intpublic ChartPen getLinePen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||