Partager via


Classe 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).

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class ChartDataPoint _
    Implements IROMStyleDefinitionContainer
'Utilisation
Dim instance As ChartDataPoint
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class ChartDataPoint : IROMStyleDefinitionContainer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class ChartDataPoint abstract : IROMStyleDefinitionContainer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type ChartDataPoint =  
    class 
        interface IROMStyleDefinitionContainer 
    end
public abstract class ChartDataPoint implements IROMStyleDefinitionContainer

Le type ChartDataPoint expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ActionInfo Gets the actions associated with this data point.
Propriété publique AxisLabel Gets the label to use on the axis for the data point.
Propriété publique CustomProperties Gets the custom properties for the data point.
Propriété publique DataElementName Gets the name to use for the data element for this data point.
Propriété publique DataElementOutput Gets a value that indicates whether the data point should appear in a data rendering.
Propriété publique DataLabel Gets the label for the data point.
Propriété publique DataPointValues Gets the X and Y values of the data point.
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique ItemInLegend Gets the legend properties for this data point.
Propriété publique Marker Gets the marker for this data point.
Propriété publique Style Gets the style properties of this report definition object.
Propriété publique ToolTip Gets the tool tip to display for the data point.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_actionInfo Infrastructure. A ActionInfo object that represents the actions associated with this data point.
Champ protégé m_columnIndex Infrastructure. An int value that represents the column index.
Champ protégé m_customProperties Infrastructure. A CustomPropertyCollection object that represents the custom properties for the data point.
Champ protégé m_customPropertiesReady Infrastructure. A Boolean value that indicates whether the custom properties are ready.
Champ protégé m_dataLabel Infrastructure. A ChartDataLabel object that represents the label for the data point.
Champ protégé m_dataPointValues Infrastructure. A ChartDataPointValues object that represents the X and Y values of the data point.
Champ protégé m_instance Infrastructure. A ChartDataPointInstance object that represents the report instance object that contains the calculated values of this report definition object.
Champ protégé m_marker Infrastructure. A ChartMarker object that represents the marker for this data point.
Champ protégé m_owner Infrastructure. A Chart object that represents the owner of this chart data point.
Champ protégé m_rowIndex Infrastructure. An int value that represents the row index.
Champ protégé m_style Infrastructure. A Style object that represents the style properties of this report definition object.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering