Freigeben über


ChartSmartLabel-Klasse

Defines the behavior of smart labels.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartSmartLabel
'Usage
Dim instance As ChartSmartLabel
public sealed class ChartSmartLabel
public ref class ChartSmartLabel sealed
[<SealedAttribute>]
type ChartSmartLabel =  class end
public final class ChartSmartLabel

Der ChartSmartLabel-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowOutSidePlotArea Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.
Öffentliche Eigenschaft CalloutBackColor Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box.
Öffentliche Eigenschaft CalloutLineAnchor Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
Öffentliche Eigenschaft CalloutLineColor Gets an expression that evaluates to the color of the callout line.
Öffentliche Eigenschaft CalloutLineStyle Gets an expression that evaluates to the style of the callout line.
Öffentliche Eigenschaft CalloutLineWidth Gets an expression that evaluates to the width of the callout line.
Öffentliche Eigenschaft CalloutStyle Gets an expression that evaluates to the style to use when drawing the callout lines.
Öffentliche Eigenschaft Disabled Gets an expression that evaluates to a value that indicates smart labels should be turned off.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MarkerOverlapping Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Öffentliche Eigenschaft MaxMovingDistance Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.
Öffentliche Eigenschaft MinMovingDistance Gets an expression that evaluates to the minimum distance from the data point that data point labels will be moved in case of overlapping.
Öffentliche Eigenschaft NoMoveDirections Gets the directions the smart label must not move.
Öffentliche Eigenschaft ShowOverlapped Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

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.OnDemandReportRendering-Namespace