|
||||||||
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.
Method Summary | |
---|---|
IChartDataPoint |
addDataPointForAreaSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForAreaSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBarSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBarSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(double xValue,
double yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(double xValue,
double yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(double xValue,
IChartDataCell yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(double xValue,
IChartDataCell yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(IChartDataCell xValue,
double yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(IChartDataCell xValue,
double yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(IChartDataCell xValue,
IChartDataCell yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(IChartDataCell xValue,
IChartDataCell yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(java.lang.String xValue,
double yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(java.lang.String xValue,
double yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(java.lang.String xValue,
IChartDataCell yValue,
double bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForBubbleSeries(java.lang.String xValue,
IChartDataCell yValue,
IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForDoughnutSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForDoughnutSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForLineSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForLineSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForPieSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForPieSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForRadarSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForRadarSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(double xValue,
double yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(double xValue,
IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(IChartDataCell xValue,
double yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(IChartDataCell xValue,
IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(java.lang.String xValue,
double yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForScatterSeries(java.lang.String xValue,
IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForSurfaceSeries(double value)
Creates the new data point and adds it to the end of collection. |
IChartDataPoint |
addDataPointForSurfaceSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. |
void |
clear()
Removes all elements from the collection. |
void |
copyTo(IChartDataPoint[] array,
int arrayIndex)
Copies all elements from the collection into the specified array. |
int |
get_Item(IChartDataPoint pt)
Return index of data point in this collection. |
IChartDataPoint |
get_Item(int index)
Returns the series data point by index. |
int |
getDataSourceTypeForBubbleSizes()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. |
IDataSourceTypeForErrorBarsCustomValues |
getDataSourceTypeForErrorBarsCustomValues()
Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list. |
int |
getDataSourceTypeForValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. |
int |
getDataSourceTypeForXValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. |
int |
getDataSourceTypeForYValues()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. |
IChartDataPoint |
getOrCreateDataPointByIdx(long index)
If collection already contains data point with index index then returns this data point. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IChartDataPoint> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
remove(IChartDataPoint value)
Removes the specified value. |
void |
removeAt(int index)
Removes the element at the given index. |
void |
setDataSourceTypeForBubbleSizes(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points BubbleSize property object. |
void |
setDataSourceTypeForValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points Value property object. |
void |
setDataSourceTypeForXValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points XValue property object. |
void |
setDataSourceTypeForYValues(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. |
int |
size()
Gets the number of elements actually contained in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IChartDataPoint get_Item(int index)
Returns the series data point by 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.
Read/write DataSourceType
.
getDataSourceTypeForXValues
in interface IChartDataPointCollection
public void setDataSourceTypeForXValues(int value)
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.
Read/write DataSourceType
.
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.
Read/write DataSourceType
.
getDataSourceTypeForYValues
in interface IChartDataPointCollection
public void setDataSourceTypeForYValues(int value)
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.
Read/write DataSourceType
.
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.
Read/write DataSourceType
.
getDataSourceTypeForBubbleSizes
in interface IChartDataPointCollection
public void setDataSourceTypeForBubbleSizes(int value)
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.
Read/write DataSourceType
.
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.
Read/write DataSourceType
.
getDataSourceTypeForValues
in interface IChartDataPointCollection
public void setDataSourceTypeForValues(int value)
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.
Read/write DataSourceType
.
setDataSourceTypeForValues
in interface IChartDataPointCollection
public IDataSourceTypeForErrorBarsCustomValues getDataSourceTypeForErrorBarsCustomValues()
Specifies types of values in ChartDataPoint.ErrorBarsCustomValues properties list.
Read-only IDataSourceTypeForErrorBarsCustomValues
.
getDataSourceTypeForErrorBarsCustomValues
in interface IChartDataPointCollection
public IChartDataPoint getOrCreateDataPointByIdx(long index)
If collection already contains data point with index index
then returns this data point.
If collection doesn't contains data point with index index
==N (when number of data points in this collection is less or equal then N) then adds deficient data points and returns last (which has requested index). For example, collection indexes are {0, 1, 2}, and requested index is 5. Then method adds deficient data points: {0, 1, 2, 3, 4, 5}. And returns data point with index 5.
getOrCreateDataPointByIdx
in interface IChartDataPointCollection
index
- Index.
public int size()
Gets the number of elements actually contained in the collection.
Read-only int
.
size
in interface IGenericCollection<IChartDataPoint>
public void copyTo(IChartDataPoint[] array, int arrayIndex)
IGenericCollection
Copies all elements from the collection into the specified array.
copyTo
in interface IGenericCollection<IChartDataPoint>
array
- Array to fill.arrayIndex
- Starting position in target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only bool
.
isSynchronized
in interface IGenericCollection<IChartDataPoint>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only object
.
getSyncRoot
in interface IGenericCollection<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)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also method).
addDataPointForLineSeries
in interface IChartDataPointCollection
value
- Data point Value.
ChartTypeCharacterizer.IsChartTypeLine(ChartType)
public IChartDataPoint addDataPointForLineSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also method).
addDataPointForLineSeries
in interface IChartDataPointCollection
value
- Data point Value.
ChartTypeCharacterizer.IsChartTypeLine(ChartType)
public IChartDataPoint addDataPointForScatterSeries(IChartDataCell xValue, IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForScatterSeries(double xValue, IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForScatterSeries(java.lang.String xValue, IChartDataCell yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForScatterSeries(IChartDataCell xValue, double yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForScatterSeries(double xValue, double yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForScatterSeries(java.lang.String xValue, double yValue)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also method).
addDataPointForScatterSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValue
ChartTypeCharacterizer.IsChartTypeScatter(ChartType)
public IChartDataPoint addDataPointForRadarSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also method).
addDataPointForRadarSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeRadar(ChartType)
public IChartDataPoint addDataPointForRadarSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Radar subtypes (see also method).
addDataPointForRadarSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeRadar(ChartType)
public IChartDataPoint addDataPointForBarSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also and method).
addDataPointForBarSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeColumn(ChartType)
,
ChartTypeCharacterizer.IsChartTypeBar(ChartType)
public IChartDataPoint addDataPointForBarSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also and method).
addDataPointForBarSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeColumn(ChartType)
,
ChartTypeCharacterizer.IsChartTypeBar(ChartType)
public IChartDataPoint addDataPointForAreaSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also method).
addDataPointForAreaSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeArea(ChartType)
public IChartDataPoint addDataPointForAreaSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Area subtypes (see also method).
addDataPointForAreaSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeArea(ChartType)
public IChartDataPoint addDataPointForPieSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also method).
addDataPointForPieSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypePie(ChartType)
public IChartDataPoint addDataPointForPieSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Pie subtypes (see also method).
addDataPointForPieSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypePie(ChartType)
public IChartDataPoint addDataPointForDoughnutSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also method).
addDataPointForDoughnutSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType)
public IChartDataPoint addDataPointForDoughnutSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also method).
addDataPointForDoughnutSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(double xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, IChartDataCell yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, double yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(double xValue, double yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, double yValue, IChartDataCell bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(double xValue, IChartDataCell yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, IChartDataCell yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(IChartDataCell xValue, double yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForBubbleSeries(java.lang.String xValue, double yValue, double bubbleSize)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Bubble subtypes (see also method).
addDataPointForBubbleSeries
in interface IChartDataPointCollection
xValue
- Data point XValueyValue
- Data point YValuebubbleSize
- Data point BubbleSize
ChartTypeCharacterizer.IsChartTypeBubble(ChartType)
public IChartDataPoint addDataPointForSurfaceSeries(IChartDataCell value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also method).
addDataPointForSurfaceSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeSurface(ChartType)
public IChartDataPoint addDataPointForSurfaceSeries(double value)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also method).
addDataPointForSurfaceSeries
in interface IChartDataPointCollection
value
- Data point Value
ChartTypeCharacterizer.IsChartTypeSurface(ChartType)
public void clear()
Removes all elements from the collection.
clear
in interface IChartDataPointCollection
public void remove(IChartDataPoint value)
Removes the specified value.
remove
in interface IChartDataPointCollection
value
- The value.
System.ArgumentException
- The value parameter was not found in the collection.public void removeAt(int index)
Removes the element at the given index.
removeAt
in interface IChartDataPointCollection
index
- Index of a data point to remove.public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |