|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartSeriesEx
public class ChartSeriesEx
Represents a chart series.
Method Summary | |
---|---|
ChartCellCollection |
getBubbleSize()
Returns collection of cells with bubbleSize. |
int |
getExplosion()
The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. |
int |
getFirstSliceAngle()
Gets or sets the angle of the pie-chart in degrees (Clockwise from vertical). |
FormatEx |
getFormat()
Returns the format of a series. |
boolean |
getInvertIfNegative()
Specifies invert colors if the value is negative |
DataLabelsEx |
getLabels()
Returns the Labels of a series. |
FormatEx |
getMarkerFill()
Gets or sets the marker fill |
int |
getMarkerSize()
Represents the marker size in a line chart, scatter chart, or radar chart. |
int |
getMarkerSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart. |
ChartCellCollection |
getNameCells()
Returns collection of cells with series names. |
int |
getOrder()
Returns the order of a series. |
boolean |
getPlotOnSecondAxis()
Indicates if this series is plotted on second value axis. |
ChartPointCollectionEx |
getPoints()
Returns the Points Collection of a series. |
byte |
getSmooth()
Represents curve smoothing. |
TrendlineExCollection |
getTrendLines()
Collection of series trend lines |
int |
getType()
Returns a type of this series. |
ChartCellCollection |
getValues()
Returns collection of cells with values. |
ChartCellCollection |
getXValues()
Returns collection of cells with XValues. |
ChartCellCollection |
getYValues()
Returns collection of cells with YValues. |
boolean |
hasSeriesLines()
True if chart has series lines. |
void |
hasSeriesLines(boolean value)
|
boolean |
isColorVaried()
Represents that color of point is varied. |
void |
isColorVaried(boolean value)
|
void |
setExplosion(int value)
|
void |
setFirstSliceAngle(int value)
|
void |
setInvertIfNegative(boolean value)
|
void |
setMarkerFill(FormatEx value)
|
void |
setMarkerSize(int value)
|
void |
setMarkerSymbol(int value)
|
void |
setOrder(int value)
|
void |
setPlotOnSecondAxis(boolean value)
|
void |
setSmooth(byte value)
|
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FormatEx getMarkerFill()
Gets or sets the marker fill
public void setMarkerFill(FormatEx value)
public int getExplosion()
The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.
public void setExplosion(int value)
public byte getSmooth()
Represents curve smoothing. True if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter connected by lines charts.
public void setSmooth(byte value)
public int getMarkerSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
public void setMarkerSize(int value)
public int getMarkerSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
public void setMarkerSymbol(int value)
public ChartCellCollection getNameCells()
Returns collection of cells with series names.
Read-only ChartCellCollection
.
public ChartCellCollection getXValues()
Returns collection of cells with XValues.
Read-only ChartCellCollection
.
public ChartCellCollection getYValues()
Returns collection of cells with YValues.
Read-only ChartCellCollection
.
public ChartCellCollection getBubbleSize()
Returns collection of cells with bubbleSize.
Read-only ChartCellCollection
.
public ChartCellCollection getValues()
Returns collection of cells with values.
Read-only ChartCellCollection
.
public int getType()
Returns a type of this series.
public void setType(int value)
public FormatEx getFormat()
Returns the format of a series.
Read-only FormatEx
.
public int getOrder()
Returns the order of a series.
public void setOrder(int value)
public DataLabelsEx getLabels()
Returns the Labels of a series.
Read-only DataLabelsEx
.
public TrendlineExCollection getTrendLines()
Collection of series trend lines
public boolean getPlotOnSecondAxis()
Indicates if this series is plotted on second value axis.
Read-only bool
.
public void setPlotOnSecondAxis(boolean value)
public ChartPointCollectionEx getPoints()
Returns the Points Collection of a series.
Read-only ChartPointCollectionEx
.
public boolean isColorVaried()
Represents that color of point is varied. The chart should contain only one series.
public void isColorVaried(boolean value)
public boolean hasSeriesLines()
True if chart has series lines. Applied to stacked bar and OfPie charts.
public void hasSeriesLines(boolean value)
public int getFirstSliceAngle()
Gets or sets the angle of the pie-chart in degrees (Clockwise from vertical).
public void setFirstSliceAngle(int value)
public boolean getInvertIfNegative()
Specifies invert colors if the value is negative
public void setInvertIfNegative(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |