Sdílet prostřednictvím


ChartDataPointValues Members

Include Protected Members
Include Inherited Members

Contains a set of data values for a data point in the chart.

The ChartDataPointValues type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property End Indicates the end/close value for the data point.
Public property High Indicates the high value for the data point.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Low Indicates the low value for the data point.
Public property Mean Indicates the mean value for the data point.
Public property Median Indicates the median value for the data point.
Public property Size Indicates the size value for the data point.
Public property Start Indicates the start/open value for the data point.
Public property X Indicates the X value for the data point.
Public property Y Indicates the Y value for the data point.

Top