![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.ASeries
public class ASeries
Encapsulates the object that represents a single data series in a chart.
Method Summary | |
---|---|
Area |
getArea()
Gets the background area of ASeries object. |
Line |
getBorder()
Gets the line or border of ASeries object. |
java.lang.String |
getBubbleSizes()
Gets the size data for the bubble chart. |
DataLabels |
getDataLabels()
Gets the DataLabels object for the specified Series. |
Color |
getMarkerBackgroundColor()
Gets the marker backgournd color in a line chart, scatter chart, or radar chart. |
Color |
getMarkerForegroundColor()
Gets the marker foregournd color in a line chart, scatter chart, or radar chart. |
int |
getMarkerSize()
Gets the marker size in a line chart, scatter chart, or radar chart. |
short |
getMarkerStyle()
Gets the marker style in a line chart, scatter chart, or radar chart. |
java.lang.String |
getName()
Gets the name of the data series. |
Trendlines |
getTrendlines()
Gets Trendlines object represents a collection of all the trendlines for the series. |
java.lang.String |
getValues()
Gets the data of the chart series. |
java.lang.String |
getXValues()
Gets the range of x values. |
void |
setBubbleSizes(java.lang.String sizes)
Sets the size data for the bubble chart. |
void |
setMarkerBackgroundColor(Color markerBackgroundColor)
Sets the marker backgournd color in a line chart, scatter chart, or radar chart. |
void |
setMarkerForegroundColor(Color markerForegroundColor)
Represents the marker foregournd color in a line chart, scatter chart, or radar chart. |
void |
setMarkerSize(int markerSize)
Sets the marker size in a line chart, scatter chart, or radar chart. |
void |
setMarkerStyle(short markerStyle)
Sets the marker style in a line chart, scatter chart, or radar chart. |
void |
setName(java.lang.String name)
Sets the name of the data series. |
void |
setValues(java.lang.String values)
Sets the data of the chart series. |
void |
setXValues(java.lang.String xValues)
Sets the range of x values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Area getArea()
ExcelException
- if series collection has been removed.public Line getBorder()
ExcelException
- if series collection has been removed.public DataLabels getDataLabels()
ExcelException
- if series collection has been removed.public Trendlines getTrendlines()
ExcelException
- if series collection has been removed.public java.lang.String getName()
ExcelException
- if series collection has been removed.public void setName(java.lang.String name)
name
- the name of the data series.
ExcelException
- if series collection has been removed.public java.lang.String getValues()
ExcelException
- if series collection has been removed.public void setValues(java.lang.String values)
values
- the data of the chart series.
ExcelException
- if series collection has been removed.public void setXValues(java.lang.String xValues)
xValues
- the range of x values.
java.lang.IllegalArgumentException
- if category data is invalid.
ExcelException
- if chart has been removed.public java.lang.String getXValues()
ExcelException
- if chart has been removed.setXValues(String)
public void setBubbleSizes(java.lang.String sizes)
sizes
- the size data for the bubble chart.
java.lang.IllegalArgumentException
- if category data is invalid.
ExcelException
- if chart has been removed.public java.lang.String getBubbleSizes()
ExcelException
- if chart has been removed.setBubbleSizes(String)
public Color getMarkerBackgroundColor()
ExcelException
- if chart has been removed.public void setMarkerBackgroundColor(Color markerBackgroundColor)
markerBackgroundColor
- the marker backgournd color.
ExcelException
- if chart has been removed.public Color getMarkerForegroundColor()
ExcelException
- if chart has been removed.public void setMarkerForegroundColor(Color markerForegroundColor)
markerForegroundColor
- the marker foregournd color.
ExcelException
- if chart has been removed.public int getMarkerSize()
ExcelException
- if chart has been removed.public void setMarkerSize(int markerSize)
markerSize
- the marker size(between 2 and 72).
java.lang.IllegalArgumentException
- if marker size is not between 2 and 72;
ExcelException
- if chart has been removed.public short getMarkerStyle()
ExcelException
- if chart has been removed.setMarkerStyle(short)
public void setMarkerStyle(short markerStyle)
markerStyle
- the marker style.
It could be one of the following values: ChartMarkerType.AUTOMATIC |
ChartMarkerType.CIRCLE |
ChartMarkerType.DASH |
ChartMarkerType.DOT |
ChartMarkerType.DIAMOND |
ChartMarkerType.NONE |
ChartMarkerType.SQUARE_PLUS |
ChartMarkerType.SQUARE |
ChartMarkerType.SQUARE_STAR |
ChartMarkerType.TRIANGLE |
ChartMarkerType.SQUARE_X |
java.lang.IllegalArgumentException
- if marker style is invalid.
ExcelException
- if chart has been removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |