Inherited Variables
|
Inherited Methods
|
constructor Pie [line 77]
The class constructor.
Tags:
Parameters:
method addSampleValues [line 462]
method belongsToOtherSlice [line 1163]
boolean belongsToOtherSlice(
valueIndex
$valueIndex)
|
|
Returns true if indexed Slice belongs to the Otherslice.
The "other" slice is controlled by the OtherSlice method, and is used to join several small slices into a single bigger one.
Tags:
Parameters:
method calcExplodedRadius [line 544]
void calcExplodedRadius(
$valueIndex)
|
|
Tags:
Parameters:
method calcXPos [line 1173]
int calcXPos(
valueIndex
$valueIndex)
|
|
Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value.
Tags:
Overrides
Series::calcXPos() (The pixel Screen Horizontal coordinate of the ValueIndex Series value.
This coordinate is calculated using the Series associated Horizontal Axis.)
Parameters:
method clearLists [line 550]
method clicked [line 1181]
method createSubGallery [line 1230]
method DoAfterDrawValues [line 683]
void DoAfterDrawValues(
)
|
|
Tags:
method doBeforeDrawChart [line 555]
method DoBeforeDrawValues [line 672]
void DoBeforeDrawValues(
)
|
|
Tags:
method draw [line 722]
method drawMark [line 837]
void drawMark(
$valueIndex,
$s,
$position)
|
|
Tags:
Overrides
Series::drawMark() (parent method not documented)
Parameters:
method drawOutlineSlice [line 950]
void drawOutlineSlice(
$valueIndex)
|
|
Tags:
Parameters:
method drawPie [line 1029]
void drawPie(
$valueIndex,
$last)
|
|
Tags:
Parameters:
method drawValue [line 1078]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overrides
Series::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method galleryChanged3D [line 427]
method getAngleSize [line 143]
Total angle in degrees (0 to 360) for all slices.
Default value: 360
Tags:
method getAutoMarkPosition [line 380]
boolean getAutoMarkPosition(
)
|
|
If true, marks will be displayed trying to not overlap one to each other.
Default value: true
Tags:
method getBevelPercent [line 235]
method getBrush [line 325]
Brush fill for PieSeries.
Tags:
method getColorEach [line 123]
Draws points with different preset Colors.
Default value: true
Tags:
Overrides
Series::getColorEach() (Draws points with different preset Colors.
)
method getCountLegendItems [line 1213]
method getDark3D [line 178]
Darkens side of 3D pie section to add depth.
When true, it fills the Pie 3D effect screen areas with darker colors than their corresponding Pie sectors. These colors look much better with 16k colors video mode or greater.
The Pie sector RGB color is increased to 40 units to obtain the darker color.
Default value: true
Tags:
method getDarkPen [line 255]
Darkens pie slice borders.
Default value: false
Tags:
method getDescription [line 1294]
method getEdgeStyle [line 218]
method getExplodeBiggest [line 275]
Displaces the biggest slice from centre by value set.
Default value: 0
Tags:
method getExplodedSlice [line 1280]
Accesses the properties for exploding any Pie slice.
Tags:
method getMarksPie [line 936]
method getOtherSlice [line 304]
Accesses the OtherSlice properties.
For example, you can use it to define the grouping size for the 'Other' slice of the Pie.
Grouping may be expressed as a percentage or value.
<p>Example:
pieSeries.getOtherSlice().getLegend().setVisible(isSelected);
</p>
Tags:
method getPen [line 316]
method getPieValues [line 99]
Stores the Pie slice values.
Tags:
method getShadow [line 346]
Defines the offset shadow of the PieSeries.
Example:
pieSeries = new com.steema.teechart.styles.Pie(myChart.getChart());
pieSeries.getMarks().setVisible(true);
pieSeries.getShadow().setVisible(true);
pieSeries.getShadow().setWidth(30);
pieSeries.getShadow().setHeight(50);
pieSeries.getShadow().setColor(Color.SILVER);
pieSeries.fillSampleValues(9);
Tags:
method getTransparency [line 201]
The Transparency level from 0 to 100%.
Transparency is a value between 0 and 100 which sets the transparency percentage with respect to foreground versus background.
Default value: 0
Tags:
method getUsePatterns [line 359]
boolean getUsePatterns(
)
|
|
Fills Pie Sectors with different Brush pattern styles.
Default value: false
Tags:
method legendToValueIndex [line 1115]
method numSampleValues [line 1100]
method prepareForGallery [line 1104]
method prepareLegendCanvas [line 1142]
method setAngleSize [line 163]
void setAngleSize(
value
$value)
|
|
Total angle in degrees (0 to 360) for all slices.
Default value: 360
Example:
pieSeries = new com.steema.teechart.styles.Pie(myChart.getChart());
pieSeries.getMarks().setVisible(true);
pieSeries.getMarks().setStyle(MarksStyle.LABELPERCENT);
pieSeries.fillSampleValues(5);
pieSeries.setAngleSize(180);
pieSeries.setRotationAngle(90);
Tags:
Parameters:
method setAutoMarkPosition [line 391]
void setAutoMarkPosition(
value
$value)
|
|
If true, marks will be displayed trying to not overlap one to each other.
Default value: true
Tags:
Parameters:
method setBevelPercent [line 240]
void setBevelPercent(
$value)
|
|
Tags:
Parameters:
method setChart [line 103]
method setColorEach [line 133]
void setColorEach(
value
$value)
|
|
Draws points with different preset Colors.
Default value: true
Tags:
Overrides
Series::setColorEach() (parent method not documented)
Parameters:
method setDark3D [line 188]
void setDark3D(
value
$value)
|
|
Darkens side of 3D pie section to add depth.
Default value: true
Tags:
Parameters:
method setDarkPen [line 265]
void setDarkPen(
value
$value)
|
|
Darkens pie slice borders.
Default value: false
Tags:
Parameters:
method setDonutPercent [line 113]
void setDonutPercent(
$value)
|
|
Tags:
Parameters:
method setEdgeStyle [line 223]
void setEdgeStyle(
$value)
|
|
Tags:
Parameters:
method setExplodeBiggest [line 285]
void setExplodeBiggest(
value
$value)
|
|
Displaces the biggest slice from centre by value set.
Default value: 0
Tags:
Parameters:
method setMarksPie [line 945]
void setMarksPie(
$value)
|
|
Tags:
Parameters:
method setSubGallery [line 1241]
void setSubGallery(
$index)
|
|
Tags:
Overrides
Series::setSubGallery() (Creates and prepares the index'th Series style to show at sub-gallery dialog.)
Parameters:
method setTransparency [line 211]
void setTransparency(
value
$value)
|
|
Sets Transparency level from 0 to 100%.
Default value: 0
Tags:
Parameters:
method setUsePatterns [line 369]
void setUsePatterns(
value
$value)
|
|
Fills Pie Sectors with different Brush pattern styles.
Default value: false
Tags:
Parameters:
method swapValueIndex [line 457]
void swapValueIndex(
$a,
$b)
|
|
Tags:
Overrides
Series::swapValueIndex() (Exchanges one point with another. Also the point color and point label.)
Parameters:
method __get [line 60]
method __set [line 67]
void __set(
$property,
$value)
|
|
Overrides
Circular::__set() (parent method not documented)
Parameters: