|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.charts.entity.ChartDataPoint
public class ChartDataPoint
Represents a data point on the chart.
Constructor Summary | |
---|---|
ChartDataPoint(ChartSeriesDataFormat parent)
|
|
ChartDataPoint(ChartSeriesDataFormat parent,
DataPoint dataPoint)
|
Method Summary | |
---|---|
int |
getDistance()
Specifies the distance from the center of the pie. |
EffectDag |
getEffect()
Gets effects used for a chart. |
FormatThreeD |
getEffect3D()
Gets 3D format of a chart. |
FillFormat |
getFill()
Gets fill style properties of a chart. |
int |
getIndex()
This index of collection. |
boolean |
getInvertIfNegative()
Indicates whether invert its colors if the value is negative. |
IChartGridLine |
getLine()
Gets line style properties of a chart. |
ChartEffectFormat |
getMarkerFill()
Represents the formatting properties for marker. |
int |
getMarkerSize()
Represents the marker size in a line chart, scatter chart, or radar chart. |
ChartMarkerType |
getMarkerStyle()
Represents the marker style in a line chart, scatter chart, or radar chart. |
boolean |
isBubble3D()
Specifies that the bubbles have a 3-D effect applied to them. |
void |
isBubble3D(boolean value)
Specifies that the bubbles have a 3-D effect applied to them. |
void |
setDistance(int value)
Specifies the distance from the center of the pie. |
void |
setIndex(int value)
This index of collection. |
void |
setInvertIfNegative(boolean value)
Indicates whether invert its colors if the value is negative. |
void |
setMarkerSize(int size)
Represents the marker size in a line chart, scatter chart, or radar chart. |
void |
setMarkerStyle(ChartMarkerType type)
Represents the marker style in a line chart, scatter chart, or radar chart. |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public ChartDataPoint(ChartSeriesDataFormat parent, DataPoint dataPoint)
public ChartDataPoint(ChartSeriesDataFormat parent)
Method Detail |
---|
public int getIndex()
public void setIndex(int value)
value
- public boolean isBubble3D()
public void isBubble3D(boolean value)
value
- public int getDistance()
public void setDistance(int value)
value
- public boolean getInvertIfNegative()
public void setInvertIfNegative(boolean value)
value
- public FillFormat getFill()
public IChartGridLine getLine()
public EffectDag getEffect()
public FormatThreeD getEffect3D()
public ChartEffectFormat getMarkerFill()
public int getMarkerSize()
public void setMarkerSize(int size)
public ChartMarkerType getMarkerStyle()
public void setMarkerStyle(ChartMarkerType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |