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 | |
---|---|---|
AllowOutSidePlotArea | Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area. | |
CalloutBackColor | Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box. | |
CalloutLineAnchor | Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line. | |
CalloutLineColor | Gets an expression that evaluates to the color of the callout line. | |
CalloutLineStyle | Gets an expression that evaluates to the style of the callout line. | |
CalloutLineWidth | Gets an expression that evaluates to the width of the callout line. | |
CalloutStyle | Gets an expression that evaluates to the style to use when drawing the callout lines. | |
Disabled | Gets an expression that evaluates to a value that indicates smart labels should be turned off. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerOverlapping | Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers. | |
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. | |
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. | |
NoMoveDirections | Gets the directions the smart label must not move. | |
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 | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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