Description
A DataPoint object represents a data point in a chart. To return a DataPoint
object, use Series[i].
C#
vb.net
Remarks
TheDataPoint
class extends ChartRegion.
Properties
Name |
Description |
---|---|
Sets or returns the distance from the center of a pie chart as a percentage of the diameter. | |
Returns a ChartInterior object, representing the area of a data point. | |
Sets or returns whether this data point is located on the secondary pie or bar in a Pie of Pie or Bar of Pie chart. For this to take effect, you must set SettingsPieDoughnut.BopPopSplit to Custom. | |
Returns the SeriesDataLabel object for the data point. | |
Sets or returns the Font for this DataPoint's legend entry. | |
Returns a ChartLine object representing either the border around this data point - for most chart types - or the data point line itself, for line, scatter, and wire-frame radar charts. | |
Returns a DataPointMarker object, representing the data marker of a point on a line, radar, or scatter series. | |
Sets or returns whether the entry in the legend for this series will be shown. This only applies when the series contains a single data point, as in pie charts. |