|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartDataPointCollection
public class ChartDataPointCollection
Represents collection of a series data point.
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IChartDataPoint get_Item(int index)
get_Item
in interface IChartDataPointCollection
public int get_Item(IChartDataPoint pt)
Return index of data point in this collection.
get_Item
in interface IChartDataPointCollection
public int getDataSourceTypeForXValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. In other words it specifies the type of value of ChartDataPoint.XValue.Data property.
getDataSourceTypeForXValues
in interface IChartDataPointCollection
public void setDataSourceTypeForXValues(int value)
setDataSourceTypeForXValues
in interface IChartDataPointCollection
public int getDataSourceTypeForYValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPoint.YValue.Data property.
getDataSourceTypeForYValues
in interface IChartDataPointCollection
public void setDataSourceTypeForYValues(int value)
setDataSourceTypeForYValues
in interface IChartDataPointCollection
public int getDataSourceTypeForBubbleSizes()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. In other words it specifies the type of value of ChartDataPoint.BubbleSize.Data property.
getDataSourceTypeForBubbleSizes
in interface IChartDataPointCollection
public void setDataSourceTypeForBubbleSizes(int value)
setDataSourceTypeForBubbleSizes
in interface IChartDataPointCollection
public int getDataSourceTypeForValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. In other words it specifies the type of value of ChartDataPoint.Value.Data property.
getDataSourceTypeForValues
in interface IChartDataPointCollection
public void setDataSourceTypeForValues(int value)
setDataSourceTypeForValues
in interface IChartDataPointCollection
public IChartDataPoint getOrCreateDataPointByIdx(long idx)
getOrCreateDataPointByIdx
in interface IChartDataPointCollection
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<IChartDataPoint>
public void copyTo(com.aspose.ms.System.Array array, int arrayIndex)
copyTo
in interface com.aspose.ms.System.Collections.ICollection<IChartDataPoint>
public boolean isSynchronized()
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<IChartDataPoint>
public java.lang.Object getSyncRoot()
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<IChartDataPoint>
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IChartDataPoint> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartDataPoint>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IChartDataPoint>
iterator
in interface java.lang.Iterable<IChartDataPoint>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public IChartDataPoint addDataPointForLineSeries(IChartDataCell value)
addDataPointForLineSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForLineSeries(double value)
addDataPointForLineSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(IChartDataCell xValue, IChartDataCell yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(double xValue, IChartDataCell yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(java.lang.String xValue, IChartDataCell yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(IChartDataCell xValue, double yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(double xValue, double yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForScatterSeries(java.lang.String xValue, double yValue)
addDataPointForScatterSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForRadarSeries(IChartDataCell value)
addDataPointForRadarSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForRadarSeries(double value)
addDataPointForRadarSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBarSeries(IChartDataCell value)
addDataPointForBarSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBarSeries(double value)
addDataPointForBarSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForAreaSeries(IChartDataCell value)
addDataPointForAreaSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForAreaSeries(double value)
addDataPointForAreaSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForPieSeries(IChartDataCell value)
addDataPointForPieSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForPieSeries(double value)
addDataPointForPieSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(double xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, double yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(double xValue, double yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, double yValue, IChartDataCell bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(double xValue, IChartDataCell yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, IChartDataCell yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, double yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, double yValue, double bubbleSize)
addDataPointForBubbleSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForSurfaceSeries(IChartDataCell value)
addDataPointForSurfaceSeries
in interface IChartDataPointCollection
public IChartDataPoint addDataPointForSurfaceSeries(double value)
addDataPointForSurfaceSeries
in interface IChartDataPointCollection
public void clear()
Removes all elements from the collection.
clear
in interface IChartDataPointCollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |