|
||||||||||
| 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.Histogram
public class Histogram
Title: Histogram class
Description: Histogram 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.Series |
|---|
Series.MarkTextResolver |
| Field Summary | |
|---|---|
protected ChartPen |
linePen
|
| 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 | |
|---|---|
Histogram()
|
|
Histogram(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
assign(Series source)
Copies all properties from one Series component to another. |
void |
calcHorizMargins(Margins margins)
Returns the number of pixels for horizontal margins |
void |
calcVerticalMargins(Margins margins)
Returns the number of pixels for vertical margins |
void |
createSubGallery(Gallery addSubChart)
|
void |
drawValue(int valueIndex)
Called internally. |
ChartBrush |
getBrush()
Defines the Brush fill for the Histogram series. |
java.lang.String |
getDescription()
Gets descriptive text. |
ChartPen |
getLinePen()
Determines pen to draw the line connecting all points. |
ChartPen |
getLinesPen()
Determines the pen to be used for drawing the line connecting all points. |
int |
getTransparency()
The Transparency level from 0 to 100%. |
void |
setChart(IBaseChart c)
Chart associated with this object. |
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
void |
setTransparency(int value)
Sets Transparency level from 0 to 100%. |
| 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 Histogram()
public Histogram(IBaseChart c)
| Method Detail |
|---|
public ChartPen getLinesPen()
public ChartBrush getBrush()
public void setChart(IBaseChart c)
TeeBase
setChart in interface ISeriesc - IBaseChartpublic int getTransparency()
public void setTransparency(int value)
value - intpublic void calcHorizMargins(Margins margins)
Series
calcHorizMargins in class Seriesmargins - Marginspublic void calcVerticalMargins(Margins margins)
Series
calcVerticalMargins in class Seriesmargins - Marginspublic void drawValue(int valueIndex)
drawValue in interface ISeriesdrawValue in class SeriesvalueIndex - intpublic void createSubGallery(Gallery addSubChart)
createSubGallery in class Seriespublic void setSubGallery(int index)
Series
setSubGallery in interface ISeriessetSubGallery in class Seriesindex - intpublic java.lang.String getDescription()
getDescription in class Seriespublic void assign(Series source)
Series
assign in class Seriessource - Seriespublic ChartPen getLinePen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||