Поделиться через


Класс ChartDataPoint

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

Иерархия наследования

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.DataRegionCell
        Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Class ChartDataPoint _
    Inherits DataRegionCell
'Применение
Dim instance As ChartDataPoint
public class ChartDataPoint : DataRegionCell
public ref class ChartDataPoint : public DataRegionCell
type ChartDataPoint =  
    class 
        inherit DataRegionCell 
    end
public class ChartDataPoint extends DataRegionCell

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

Конструкторы

  Имя Описание
Открытый метод ChartDataPoint Creates a new instance of the ChartDataPoint class.

В начало

Свойства

  Имя Описание
Открытое свойство ActionInfo Actions associated with this data point.
Открытое свойство AxisLabel Label to use on the axis for the data point.
Открытое свойство ChartDataLabel Indicates the values should be marked with data labels.
Открытое свойство ChartDataPointValues Data values for the point.
Открытое свойство ChartItemInLegend Defines how the data point appears when displayed in a legend (when Series.Type = Shape).
Открытое свойство ChartMarker Defines appearance of the data point marker.
Открытое свойство ComponentMetadata Gets or sets the component metadata. (Производный от ReportObject.)
Открытое свойство 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.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство Site Инфраструктура. Gets or sets the site associated with the ReportObject object. (Производный от ReportObject.)
Открытое свойство Style Gets the style properties of this report definition object.
Открытое свойство ToolTip Tool tip to display for the data point.

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Производный от ReportObject.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetContainingDataScopes Инфраструктура. Returns the list of report object that contains data scopes. (Производный от ReportObject.)
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. Returns the data scopes for default implementation. (Производный от ReportObject.)
Защищенный метод GetDependenciesCore Инфраструктура. Returns the dependencies core for the ReportObject object. (Производный от ReportObject.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Initializes an instance of the ChartDataPoint class. (Переопределяет ReportObject.Initialize().)
Защищенный метод InitializeForDesigner Инфраструктура. Initializes the report object for designer. (Производный от ReportObject.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. Raises an event when the property of the child was changed. (Производный от ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. Raises an event when the property was changed. (Производный от ReportObject.)
Защищенный метод RdlSemanticEqualsCore Инфраструктура. Returns whether the report definition language semantic is the same with the core object. (Производный от ReportObject.)
Защищенный метод SavePropertyValue<T> Инфраструктура. Saves the property value of the report object. (Производный от ReportObject.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable.Dispose Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent.Disposed Инфраструктура. Occurs when the ReportObject object is disposed. (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытый метод IDataScopeService.GetDataScopesFor Инфраструктура. Gets the group of the data for the data region cell. (Производный от DataRegionCell.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.RdlObjectModel