Methods

getArcEndPointXPx()

Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart.

getArcEndPointYPx()

Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart.

getArcStartPointXPx()

Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart.

getArcStartPointYPx()

Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart.

getArea()

Gets the Area.

getBorder()

Gets the Line.

getBorderWidthPx()

Gets the width of border in units of pixels after calls Chart.Calculate() method.

getBottomPointCount()

Gets the number of bottom points after calls Chart.Calculate() method.

getBottomPointXPx()

Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid

getBottomPointYPx()

Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid

getDataLabels()

Returns a DataLabels object that represents the data label associated with the point.

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.

getExplosion()

The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.

getInnerArcEndPointXPx()

Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart.

getInnerArcEndPointYPx()

Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart.

getInnerArcStartPointXPx()

Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart.

getInnerArcStartPointYPx()

Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart.

getInnerRadiusPx()

Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart.

getMarker()

Gets the Marker.

getOnCategoryAxisPointCount()

Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. Area 2D chart return 1 Area 3D chart return 2.

getOnCategoryAxisPointXPx()

Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. Area 2D chart: index is 0. Area 3D chart: index is 0 or 1.

getOnCategoryAxisPointYPx()

Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. Area 2D chart: index is 0. Area 3D chart: index is 0 or 1.

getRadiusPx()

Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method.

getShadow()

True if the chartpoint has a shadow.

getShapeHeight()

Gets the height in units of 1/4000 of chart's height after calls Chart.Calculate() method.

getShapeHeightPx()

Gets the height in units of pixels after calls Chart.Calculate() method.

getShapeProperties()

Gets the ShapePropertyCollection object that holds the visual shape properties of the ChartPoint.

getShapeWidth()

Gets the width in units of 1/4000 of chart's width after calls Chart.Calculate() method.

getShapeWidthPx()

Gets the width in units of pixels after calls Chart.Calculate() method.

getShapeX()

Gets the x coordinate of the upper left corner in units of 1/4000 of chart's width after calls Chart.Calculate() method.

getShapeXPx()

Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method.

getShapeY()

Gets the y coordinate of the upper left corner in units of 1/4000 of chart's height after calls Chart.Calculate() method.

getShapeYPx()

Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method.

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.

getTopPointCount()

Gets the number of top points after calls Chart.Calculate() method.

getTopPointXPx()

Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D

getTopPointYPx()

Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D

getXValue()

Gets or sets the X value of the chart point.

getXValueType()

Gets X value type of the chart point. The value of the property is CellValueType integer constant.

getYValue()

Gets or sets the Y value of the chart point.

getYValueType()

Gets Y value type of the chart point. The value of the property is CellValueType integer constant.

isInSecondaryPlot()

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

setExplosion()

The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.

setInSecondaryPlot()

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

setShadow()

True if the chartpoint has a shadow.

setXValue()

Gets or sets the X value of the chart point.

setYValue()

Gets or sets the Y value of the chart point.