ChartPoint Class
Contents
[
Hide
]ChartPoint class
Represents a single point in a series in a chart.
type ChartPoint struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetExplosion | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. |
| SetExplosion | The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. |
| GetShadow | True if the chartpoint has a shadow. |
| SetShadow | True if the chartpoint has a shadow. |
| GetBorder | Gets the Line. |
| GetArea | Gets the Area. |
| GetMarker | Gets the Marker. |
| GetDataLabels | Returns a DataLabels object that represents the data label associated with this chart point. |
| Get_YValue | Gets or sets the Y value of the chart point. |
| SetYValue | Gets or sets the Y value of the chart point. |
| GetYValueType | Gets Y value type of the chart point. |
| GetXValue | Gets or sets the X value of the chart point. |
| SetXValue | Gets or sets the X value of the chart point. |
| GetXValueType | Gets X value type of the chart point. |
| GetShapeProperties | Gets the ShapePropertyCollection object that holds the visual shape properties of the ChartPoint. |
| IsInSecondaryPlot | Gets or sets a value indicates whether this data points is in the second pie or baron a pie of pie or bar of pie chart |
| SetIsInSecondaryPlot | Gets or sets a value indicates whether this data points is in the second pie or baron a pie of pie or bar of pie chart |
| GetShapeX | Gets the x coordinate of the upper left corner in units of 1/4000 of chart’s width 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. |
| GetShapeWidth | Gets the width in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
| GetShapeHeight | Gets the height in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
| GetShapeXPx | Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method. |
| GetShapeYPx | Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method. |
| GetShapeWidthPx | Gets the width in units of pixels after calls Chart.Calculate() method. |
| GetShapeHeightPx | Gets the height in units of pixels after calls Chart.Calculate() method. |
| GetBorderWidthPx | Gets the width of border in units of pixels after calls Chart.Calculate() method. |
| GetRadiusPx | Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method. |
| GetDoughnutInnerRadius | Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method.Applies to Doughnut chart. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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 |
| 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 |
| GetOnCategoryAxisPointCount | Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. |
| GetOnCategoryAxisPointXPx | Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. |
| GetOnCategoryAxisPointYPx | Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. |