|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartPointEx
public class ChartPointEx
Represents a data point on the chart.
Constructor Summary | |
---|---|
ChartPointEx(ChartSeriesEx parent)
Initializes a new instance of ChartPointEx class. |
Method Summary | |
---|---|
boolean |
getBubble3D()
Specifies that the bubbles have a 3-D effect applied to them. |
int |
getExplosion()
Specifies the amount the data point shall be moved from the center of the pie. |
FormatEx |
getFormat()
Represents the formatting properties for a shape. |
int |
getIndex()
This index shall determine which of the parent's children collection this element applies to Read/write int . |
boolean |
getInvertIfNegative()
Specifies the parent element shall invert its colors if the value is negative. |
void |
setBubble3D(boolean value)
|
void |
setExplosion(int value)
|
void |
setFormat(FormatEx value)
|
void |
setIndex(int value)
|
void |
setInvertIfNegative(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartPointEx(ChartSeriesEx parent)
Initializes a new instance of ChartPointEx class.
parent
- Chart series to which new point will belong.Method Detail |
---|
public int getIndex()
This index shall determine which of the parent's children collection this element applies to
Read/write int
.
public void setIndex(int value)
public boolean getBubble3D()
Specifies that the bubbles have a 3-D effect applied to them.
public void setBubble3D(boolean value)
public int getExplosion()
Specifies the amount the data point shall be moved from the center of the pie.
public void setExplosion(int value)
public boolean getInvertIfNegative()
Specifies the parent element shall invert its colors if the value is negative.
public void setInvertIfNegative(boolean value)
public FormatEx getFormat()
Represents the formatting properties for a shape.
Read/write FormatEx
.
public void setFormat(FormatEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |