Represents data series with X- and Y-values.
The XYDataSeries..::..XYDataPoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current DataPoint.
(Inherited from DataPoint.) |
Properties
Name | Description | |
---|---|---|
![]() |
DataObject |
Gets the object which is associated with the data point.
(Inherited from DataPoint.) |
![]() |
Item[([( Int32])]) |
Gets the indexed value of the point.
(Inherited from DataPoint.) |
![]() |
Item[([( String])]) |
Gets the value of the data point.
(Inherited from DataPoint.) |
![]() |
Item[([( String, String])]) |
Gets the value of the data point formatted with the specified format string.
(Inherited from DataPoint.) |
![]() |
Name |
Gets the name associated with the data point.
(Inherited from DataPoint.) |
![]() |
PercentagePoint |
Gets the percentage value of the point in the all series.
(Inherited from DataPoint.) |
![]() |
PercentageSeries |
Gets the percentage value of the point in the series.
(Inherited from DataPoint.) |
![]() |
PointIndex |
Gets the point index.
(Inherited from DataPoint.) |
![]() |
Series |
Gets the data series related to the data point.
(Inherited from DataPoint.) |
![]() |
SeriesIndex |
Gets the index of data series.
(Inherited from DataPoint.) |
![]() |
Value |
Gets the value of the point.
(Inherited from DataPoint.) |
![]() |
X |
Gets the x-value.
|
![]() |
XAsString |
Gets the x-value as formatted string.
|
![]() |
Y |
Gets the y-value.
|
![]() |
YAsString |
Gets the y-value as formatted string.
|