Элементы ChartDataPointValues

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

Тип ChartDataPointValues предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство End Indicates the end/close value for the data point.
Открытое свойство High Indicates the high value for the data point.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Low Indicates the low value for the data point.
Открытое свойство Mean Indicates the mean value for the data point.
Открытое свойство Median Indicates the median value for the data point.
Открытое свойство Size Indicates the size value for the data point.
Открытое свойство Start Indicates the start/open value for the data point.
Открытое свойство X Indicates the X value for the data point.
Открытое свойство Y Indicates the Y value for the data point.

В начало