[]
Represent the single data point that may have several data values.
public class DataPoint : DependencyObject
Name | Description |
---|---|
DataObject | Gets the object which is associated with the data point. |
this[int] | Gets the indexed value of the point. |
this[string] | Gets the value of the data point. |
this[string, string] | Gets the value of the data point formatted with the specified format string. |
Name | Gets the name associated with the data point. |
PercentagePoint | Gets the percentage value of the point in the all series. |
PercentageSeries | Gets the percentage value of the point in the series. |
PointIndex | Gets the point index. |
Series | Gets the data series related to the data point. |
SeriesIndex | Gets the index of data series. |
Value | Gets the value of the point. |
Name | Description |
---|---|
ToString() | Returns a string that represents the current DataPoint. |