|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartDataPointsCollection
public class XlsChartDataPointsCollection
Constructor Summary | |
---|---|
XlsChartDataPointsCollection(java.lang.Object parent)
|
Method Summary | |
---|---|
void |
clear()
Removes all elements from the collection. |
void |
clearDataFormats(XlsChartSerieDataFormat format)
Clears all series data formats. |
java.lang.Object |
deepClone(java.lang.Object parent,
XlsWorkbook book,
com.spire.ms.System.Collections.Generic.Dictionary fontIndexes,
com.spire.ms.System.Collections.Generic.Dictionary dicNewSheetNames)
Creates a new object that is a copy of the current instance. |
IChartDataPoint |
get(int index)
Returns single entry from the collection. |
IChartDataPoint |
getDefaultDataPoint()
Returns default data point which describes formats for data points without format. |
XlsChartSerieDataFormat |
getDefaultPointFormat()
Gets default data format or null. |
java.util.Iterator |
iterator()
Returns an enumerator that iterates through a collection. |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
---|
dispose |
Constructor Detail |
---|
public XlsChartDataPointsCollection(java.lang.Object parent)
Method Detail |
---|
public IChartDataPoint get(int index)
get
in interface IChartDataPoints
public IChartDataPoint getDefaultDataPoint()
getDefaultDataPoint
in interface IChartDataPoints
public java.util.Iterator iterator()
public void clear()
public void clearDataFormats(XlsChartSerieDataFormat format)
format
- Represents format to update.public XlsChartSerieDataFormat getDefaultPointFormat()
public java.lang.Object deepClone(java.lang.Object parent, XlsWorkbook book, com.spire.ms.System.Collections.Generic.Dictionary fontIndexes, com.spire.ms.System.Collections.Generic.Dictionary dicNewSheetNames)
parent
- Parent object for the cloned object.book
- Parent workbook.fontIndexes
- Dictionary with new font indexes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |