Represents data series with X- and Y-values.

The XYDataSeries..::..XYDataPoint type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current DataPoint.
(Inherited from DataPoint.)

Properties

  Name Description
Public property DataObject
Gets the object which is associated with the data point.
(Inherited from DataPoint.)
Public property Item[([( Int32])])
Gets the indexed value of the point.
(Inherited from DataPoint.)
Public property Item[([( String])])
Gets the value of the data point.
(Inherited from DataPoint.)
Public property Item[([( String, String])])
Gets the value of the data point formatted with the specified format string.
(Inherited from DataPoint.)
Public property Name
Gets the name associated with the data point.
(Inherited from DataPoint.)
Public property PercentagePoint
Gets the percentage value of the point in the all series.
(Inherited from DataPoint.)
Public property PercentageSeries
Gets the percentage value of the point in the series.
(Inherited from DataPoint.)
Public property PointIndex
Gets the point index.
(Inherited from DataPoint.)
Public property Series
Gets the data series related to the data point.
(Inherited from DataPoint.)
Public property SeriesIndex
Gets the index of data series.
(Inherited from DataPoint.)
Public property Value
Gets the value of the point.
(Inherited from DataPoint.)
Public property X
Gets the x-value.
Public property XAsString
Gets the x-value as formatted string.
Public property Y
Gets the y-value.
Public property YAsString
Gets the y-value as formatted string.

See Also