|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartSeries
public class ChartSeries
Represents a chart series.
Method Summary | |
---|---|
int |
getBar3DShape()
Specifies the shape of a series of a 3-D bar chart. |
IChart |
getChart()
Returns the parent chart. |
IChartDataPointCollection |
getDataPoints()
Returns collection of data points of this series. |
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. |
IFormat |
getFormat()
Returns the format of a series. |
int |
getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. |
int |
getGapWidth()
Specifies the space between bar or column clusters, as a percentage of the bar or column width. |
boolean |
getInvertIfNegative()
Specifies the bar, column or bubble series shall invert its colors if the value is negative. |
IDataLabelCollection |
getLabels()
Returns the Labels of a series. |
IMarker |
getMarker()
|
IFormat |
getMarkerFill()
Deprecated. |
int |
getMarkerSize()
Deprecated. |
int |
getMarkerSymbol()
Deprecated. |
IStringChartValue |
getName()
Return series name. |
IChartCellCollection |
getNameCells()
Deprecated. |
java.lang.String |
getNumberFormatOfBubbleSizes()
|
java.lang.String |
getNumberFormatOfValues()
|
java.lang.String |
getNumberFormatOfXValues()
|
java.lang.String |
getNumberFormatOfYValues()
|
int |
getOrder()
Returns the order of a series. |
IChartSeriesGroup |
getParentSeriesGroup()
|
boolean |
getPlotOnSecondAxis()
Indicates if this series is plotted on secondary axis. |
boolean |
getSmooth()
Represents curve smoothing. |
ITrendlineCollection |
getTrendLines()
Collection of series trend lines. |
int |
getType()
Returns a type of this series. |
boolean |
hasSeriesLines()
Determines whether there are series lines for this series and kindred series. |
boolean |
hasUpDownBars()
Determines whether Line- or Stock-chart has a up/down bars. |
boolean |
isColorVaried()
Specifies that each data marker in the series has a different color. |
void |
setBar3DShape(int value)
|
void |
setExplosion(int value)
|
void |
setInvertIfNegative(boolean value)
|
void |
setMarkerSize(int value)
Deprecated. |
void |
setMarkerSymbol(int value)
Deprecated. |
void |
setNumberFormatOfBubbleSizes(java.lang.String value)
|
void |
setNumberFormatOfValues(java.lang.String value)
|
void |
setNumberFormatOfXValues(java.lang.String value)
|
void |
setNumberFormatOfYValues(java.lang.String value)
|
void |
setOrder(int value)
|
void |
setPlotOnSecondAxis(boolean value)
|
void |
setSmooth(boolean value)
|
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IChart getChart()
Returns the parent chart.
Read-only IChart
.
getChart
in interface IChartComponent
@Deprecated public IFormat getMarkerFill()
Gets or sets the marker fill
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.
getExplosion
in interface IChartSeries
public void setExplosion(int value)
setExplosion
in interface IChartSeries
public boolean 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.
getSmooth
in interface IChartSeries
public void setSmooth(boolean value)
setSmooth
in interface IChartSeries
@Deprecated public int getMarkerSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
@Deprecated public void setMarkerSize(int value)
@Deprecated public int getMarkerSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
@Deprecated public void setMarkerSymbol(int value)
@Deprecated public IChartCellCollection getNameCells()
Returns collection of cells with series names.
Read-only IChartCellCollection
.
public IStringChartValue getName()
Return series name.
getName
in interface IChartSeries
public IChartDataPointCollection getDataPoints()
Returns collection of data points of this series.
getDataPoints
in interface IChartSeries
public int getType()
Returns a type of this series.
getType
in interface IChartSeries
public void setType(int value)
setType
in interface IChartSeries
public boolean getPlotOnSecondAxis()
Indicates if this series is plotted on secondary axis.
getPlotOnSecondAxis
in interface IChartSeries
public void setPlotOnSecondAxis(boolean value)
setPlotOnSecondAxis
in interface IChartSeries
public IChartSeriesGroup getParentSeriesGroup()
getParentSeriesGroup
in interface IChartSeries
public IFormat getFormat()
Returns the format of a series.
Read-only Charts.Format
.
getFormat
in interface IChartSeries
public int getOrder()
Returns the order of a series.
getOrder
in interface IChartSeries
public void setOrder(int value)
setOrder
in interface IChartSeries
public IDataLabelCollection getLabels()
Returns the Labels of a series.
Read-only DataLabelCollection
.
getLabels
in interface IChartSeries
public ITrendlineCollection getTrendLines()
Collection of series trend lines.
getTrendLines
in interface IChartSeries
public java.lang.String getNumberFormatOfValues()
getNumberFormatOfValues
in interface IChartSeries
public void setNumberFormatOfValues(java.lang.String value)
setNumberFormatOfValues
in interface IChartSeries
public java.lang.String getNumberFormatOfXValues()
getNumberFormatOfXValues
in interface IChartSeries
public void setNumberFormatOfXValues(java.lang.String value)
setNumberFormatOfXValues
in interface IChartSeries
public java.lang.String getNumberFormatOfYValues()
getNumberFormatOfYValues
in interface IChartSeries
public void setNumberFormatOfYValues(java.lang.String value)
setNumberFormatOfYValues
in interface IChartSeries
public java.lang.String getNumberFormatOfBubbleSizes()
getNumberFormatOfBubbleSizes
in interface IChartSeries
public void setNumberFormatOfBubbleSizes(java.lang.String value)
setNumberFormatOfBubbleSizes
in interface IChartSeries
public IMarker getMarker()
getMarker
in interface IChartSeries
public int getBar3DShape()
Specifies the shape of a series of a 3-D bar chart. Changing of value of this property can cause to automatically changing Type of series.
getBar3DShape
in interface IChartSeries
public void setBar3DShape(int value)
setBar3DShape
in interface IChartSeries
public boolean getInvertIfNegative()
Specifies the bar, column or bubble series shall invert its colors if the value is negative.
getInvertIfNegative
in interface IChartSeries
public void setInvertIfNegative(boolean value)
setInvertIfNegative
in interface IChartSeries
public boolean hasUpDownBars()
Determines whether Line- or Stock-chart has a up/down bars. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.UpDownBars.HasUpDownBars read/write property for change value. Use ParentSeriesGroup.UpDownBars property for format up/down bars.
hasUpDownBars
in interface IChartSeries
public int getGapWidth()
Specifies the space between bar or column clusters, as a percentage of the bar or column width. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.GapWidth read/write property for change value.
getGapWidth
in interface IChartSeries
public int getGapDepth()
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.GapDepth read/write property for change value.
getGapDepth
in interface IChartSeries
public boolean hasSeriesLines()
Determines whether there are series lines for this series and kindred series. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.HasSeriesLines read/write property for change value. Use ParentSeriesGroup.SeriesLinesFormat property for format series lines.
hasSeriesLines
in interface IChartSeries
public boolean isColorVaried()
Specifies that each data marker in the series has a different color. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.IsColorVaried read/write property for change value.
isColorVaried
in interface IChartSeries
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |