|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPieSplitCustomPointCollection
Represents a collection of points that shall be drawn in the second pie or bar on a bar-of-pie or pie-of-pie chart with a custom split.
Method Summary | |
---|---|
void |
add(int dataPointIndex)
Adds data point by its index in parent series points collection. |
IChartDataPoint |
get_Item(int index)
Returns chart data point by index. |
void |
remove(int dataPointIndex)
Removes item from collection by it index in parent series points collection. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericCollection |
---|
addItem, clear, containsItem, copyToTArray, isReadOnly, removeItem, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IChartDataPoint get_Item(int index)
Returns chart data point by index.
index
- Index of data-point.
void add(int dataPointIndex)
Adds data point by its index in parent series points collection.
dataPointIndex
- Index of data point in parent series points collection.void remove(int dataPointIndex)
Removes item from collection by it index in parent series points collection.
dataPointIndex
- Index of data point in parent series points collection..
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |