Freigeben über


ChartSmartLabel-Klasse

Defines the behavior of smart labels.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartSmartLabel

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

Syntax

'Declaration
Public Class ChartSmartLabel _
    Inherits ReportObject
'Usage
Dim instance As ChartSmartLabel
public class ChartSmartLabel : ReportObject
public ref class ChartSmartLabel : public ReportObject
type ChartSmartLabel =  
    class 
        inherit ReportObject 
    end
public class ChartSmartLabel extends ReportObject

Der ChartSmartLabel-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowOutSidePlotArea Indicates whether data point labels can be drawn outside of the plot area.
Öffentliche Eigenschaft CalloutBackColor Fill color of the box around the point label text when the CalloutStyle is Box.
Öffentliche Eigenschaft CalloutLineAnchor Shape that should be drawn on the point end of the callout line.
Öffentliche Eigenschaft CalloutLineColor Color of the callout line.
Öffentliche Eigenschaft CalloutLineStyle Style of the callout line.
Öffentliche Eigenschaft CalloutLineWidth Width of the callout line.
Öffentliche Eigenschaft CalloutStyle Style to use when drawing the callout lines.
Öffentliche Eigenschaft ChartNoMoveDirections Indicates which directions the label is not allowed to move.
Öffentliche Eigenschaft ComponentMetadata Gets or sets the component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft Disabled Indicates smart labels should be turned off.
Öffentliche Eigenschaft MarkerOverlapping Indicates point labels are allowed to overlap point markers.
Öffentliche Eigenschaft MaxMovingDistance The maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.
Öffentliche Eigenschaft MinMovingDistance The minimum distance from the data point that data point labels will be moved in case of overlapping.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft ShowOverlapped Indicates labels should be displayed even when overlapping issues cannot be resolved.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site associated with the ReportObject object. (Geerbt von ReportObject.)

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 Returns the list of report object that contains data scopes. (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur Returns the data scopes for default implementation. (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur Returns the dependencies core for the ReportObject object. (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Infrastruktur Initializes an instance of ReportObject. (Geerbt von ReportObject.)
Geschützte Methode InitializeForDesigner Infrastruktur Initializes the report object for designer. (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur Raises an event when the property of the child was changed. (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur Raises an event when the property was changed. (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur Returns whether the report definition language semantic is the same with the core object. (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue<T> Infrastruktur Saves the property value of the report object. (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose Infrastruktur Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent.Disposed Infrastruktur Occurs when the ReportObject object is disposed. (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace