Элементы ChartDataPoint

Represents a data point for the chart. A data point can consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).

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

Методы

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

В начало

Поля

  Имя Описание
Защищенное поле m_actionInfo Инфраструктура.
Защищенное поле m_columnIndex Инфраструктура.
Защищенное поле m_customProperties Инфраструктура.
Защищенное поле m_customPropertiesReady Инфраструктура.
Защищенное поле m_dataLabel Инфраструктура.
Защищенное поле m_dataPointValues Инфраструктура.
Защищенное поле m_instance Инфраструктура.
Защищенное поле m_marker Инфраструктура.
Защищенное поле m_owner Инфраструктура.
Защищенное поле m_rowIndex Инфраструктура.
Защищенное поле m_style Инфраструктура.

В начало

Свойства

  Имя Описание
Открытое свойство ActionInfo Actions associated with this data point.
Открытое свойство AxisLabel Label to use on the axis for the data point.
Открытое свойство CustomProperties Custom properties for the data point.
Открытое свойство DataElementName The name to use for the data element for this data point.
Открытое свойство DataElementOutput Indicates whether the data point should appear in a data rendering.
Открытое свойство DataLabel Gets the label for the data point.
Открытое свойство DataPointValues Gets the X and Y values of the data point.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство ItemInLegend Gets legend properties for this data point.
Открытое свойство Marker Gets the marker for this data point.
Открытое свойство Style Gets the style properties of this report definition object.
Открытое свойство ToolTip Tool tip to display for the data point

В начало