java.lang.Object
com.aspose.cells.ChartPoint
public class ChartPoint
| Property Getters/Setters Summary | ||
|---|---|---|
float | getArcEndPointXPx() | |
| Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. | ||
float | getArcEndPointYPx() | |
| Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. | ||
float | getArcStartPointXPx() | |
| Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. | ||
float | getArcStartPointYPx() | |
| Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. | ||
Area | getArea() | |
|
Gets the |
||
Line | getBorder() | |
|
Gets the |
||
int | getBorderWidthPx() | |
| Gets the width of border in units of pixels after calls Chart.Calculate() method. | ||
DataLabels | getDataLabels() | |
| Returns a DataLabels object that represents the data label associated with the point. | ||
float | getEndAngle() | |
| Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart. | ||
int | getExplosion() | |
void | setExplosion(int) | |
| The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. | ||
float | getInnerArcEndPointXPx() | |
| Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. | ||
float | getInnerArcEndPointYPx() | |
| Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. | ||
float | getInnerArcStartPointXPx() | |
| Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. | ||
float | getInnerArcStartPointYPx() | |
| Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. | ||
int | getInnerRadiusPx() | |
| Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart. | ||
boolean | isInSecondaryPlot() | |
void | setInSecondaryPlot(boolean) | |
| Gets or sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart | ||
Marker | getMarker() | |
|
Gets the |
||
int | getRadiusPx() | |
| Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method. | ||
boolean | getShadow() | |
void | setShadow(boolean) | |
| True if the chartpoint has a shadow. | ||
int | getShapeHeight() | |
| Gets the height in units of 1/4000 of chart's height after calls Chart.Calculate() method. | ||
int | getShapeHeightPx() | |
| Gets the height in units of pixels after calls Chart.Calculate() method. | ||
ShapePropertyCollection | getShapeProperties() | |
| Gets the object that holds the visual shape properties of the ChartPoint. | ||
int | getShapeWidth() | |
| Gets the width in units of 1/4000 of chart's width after calls Chart.Calculate() method. | ||
int | getShapeWidthPx() | |
| Gets the width in units of pixels after calls Chart.Calculate() method. | ||
int | getShapeX() | |
| Gets the x coordinate of the upper left corner in units of 1/4000 of chart's width after calls Chart.Calculate() method. | ||
int | getShapeXPx() | |
| Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method. | ||
int | getShapeY() | |
| Gets the y coordinate of the upper left corner in units of 1/4000 of chart's height after calls Chart.Calculate() method. | ||
int | getShapeYPx() | |
| Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method. | ||
float | getStartAngle() | |
| Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart. | ||
java.lang.Object | getXValue() | |
void | setXValue(java.lang.Object) | |
| Gets or sets the X value of the chart point. | ||
int | getXValueType() | |
| Gets X value type of the chart point. The value of the property is CellValueType integer constant. | ||
java.lang.Object | getYValue() | |
void | setYValue(java.lang.Object) | |
| Gets or sets the Y value of the chart point. | ||
int | getYValueType() | |
| Gets Y value type of the chart point. The value of the property is CellValueType integer constant. | ||
| Method Summary | ||
|---|---|---|
int | getBottomPointCount() | |
| Gets the number of bottom points after calls Chart.Calculate() method. | ||
float | getBottomPointXPx(int index) | |
| Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | ||
float | getBottomPointYPx(int index) | |
| Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | ||
int | getOnCategoryAxisPointCount() | |
| Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. | ||
float | getOnCategoryAxisPointXPx(int index) | |
| Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | ||
float | getOnCategoryAxisPointYPx(int index) | |
| Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | ||
int | getTopPointCount() | |
| Gets the number of top points after calls Chart.Calculate() method. | ||
float | getTopPointXPx(int index) | |
| Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | ||
float | getTopPointYPx(int index) | |
| Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | ||
| Property Getters/Setters Detail |
|---|
getExplosion/setExplosion | |
public int getExplosion() / public void setExplosion(int value) | |
getShadow/setShadow | |
public boolean getShadow() / public void setShadow(boolean value) | |
getBorder | |
public Line getBorder() | |
getArea | |
public Area getArea() | |
getMarker | |
public Marker getMarker() | |
getDataLabels | |
public DataLabels getDataLabels() | |
getYValue/setYValue | |
public java.lang.Object getYValue() / public void setYValue(java.lang.Object value) | |
getYValueType | |
public int getYValueType() | |
getXValue/setXValue | |
public java.lang.Object getXValue() / public void setXValue(java.lang.Object value) | |
getXValueType | |
public int getXValueType() | |
getShapeProperties | |
public ShapePropertyCollection getShapeProperties() | |
isInSecondaryPlot/setInSecondaryPlot | |
public boolean isInSecondaryPlot() / public void setInSecondaryPlot(boolean value) | |
getShapeX | |
public int getShapeX() | |
getShapeY | |
public int getShapeY() | |
getShapeWidth | |
public int getShapeWidth() | |
getShapeHeight | |
public int getShapeHeight() | |
getShapeXPx | |
public int getShapeXPx() | |
getShapeYPx | |
public int getShapeYPx() | |
getShapeWidthPx | |
public int getShapeWidthPx() | |
getShapeHeightPx | |
public int getShapeHeightPx() | |
getBorderWidthPx | |
public int getBorderWidthPx() | |
getRadiusPx | |
public int getRadiusPx() | |
getInnerRadiusPx | |
public int getInnerRadiusPx() | |
getStartAngle | |
public float getStartAngle() | |
getEndAngle | |
public float getEndAngle() | |
getArcStartPointXPx | |
public float getArcStartPointXPx() | |
getArcStartPointYPx | |
public float getArcStartPointYPx() | |
getArcEndPointXPx | |
public float getArcEndPointXPx() | |
getArcEndPointYPx | |
public float getArcEndPointYPx() | |
getInnerArcStartPointXPx | |
public float getInnerArcStartPointXPx() | |
getInnerArcStartPointYPx | |
public float getInnerArcStartPointYPx() | |
getInnerArcEndPointXPx | |
public float getInnerArcEndPointXPx() | |
getInnerArcEndPointYPx | |
public float getInnerArcEndPointYPx() | |
| Method Detail |
|---|
getTopPointCount | |
public int getTopPointCount() | |
getTopPointXPx | |
public float getTopPointXPx(int index) | |
getTopPointYPx | |
public float getTopPointYPx(int index) | |
getBottomPointCount | |
public int getBottomPointCount() | |
getBottomPointXPx | |
public float getBottomPointXPx(int index) | |
getBottomPointYPx | |
public float getBottomPointYPx(int index) | |
getOnCategoryAxisPointCount | |
public int getOnCategoryAxisPointCount() | |
getOnCategoryAxisPointXPx | |
public float getOnCategoryAxisPointXPx(int index) | |
getOnCategoryAxisPointYPx | |
public float getOnCategoryAxisPointYPx(int index) | |