Freigeben über


ChartDataPoint-Klasse

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class ChartDataPoint _
    Inherits DataRegionCell
'Usage
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

Der ChartDataPoint-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ChartDataPoint Creates a new instance of the ChartDataPoint class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInfo Actions associated with this data point.
Öffentliche Eigenschaft AxisLabel Label to use on the axis for the data point.
Öffentliche Eigenschaft ChartDataLabel Indicates the values should be marked with data labels.
Öffentliche Eigenschaft ChartDataPointValues Data values for the point.
Öffentliche Eigenschaft ChartItemInLegend Defines how the data point appears when displayed in a legend (when Series.Type = Shape).
Öffentliche Eigenschaft ChartMarker Defines appearance of the data point marker.
Öffentliche Eigenschaft ComponentMetadata The component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft CustomProperties Custom properties for the data point.
Öffentliche Eigenschaft DataElementName The name to use for the data element for this data point.
Öffentliche Eigenschaft DataElementOutput Indicates whether the data point should appear in a data rendering.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Site Infrastruktur (Geerbt von ReportObject.)
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft ToolTip Tool tip to display for the data point.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the ChartDataPoint class. (Überschreibt ReportObject. . :: . .Initialize() () () ().)
Geschützte Methode InitializeForDesigner Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue< (Of < <' (T> ) > > ) Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable. . :: . .Dispose (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent. . :: . .Disposed (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivate Methode IDataScopeService. . :: . .GetDataScopesFor (Geerbt von DataRegionCell.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.