Compartir a través de


Clase ChartSmartLabel

Defines the behavior of smart labels.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartSmartLabel
'Uso
Dim instance As ChartSmartLabel
public sealed class ChartSmartLabel
public ref class ChartSmartLabel sealed
[<SealedAttribute>]
type ChartSmartLabel =  class end
public final class ChartSmartLabel

El tipo ChartSmartLabel expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AllowOutSidePlotArea Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.
Propiedad pública CalloutBackColor Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box.
Propiedad pública CalloutLineAnchor Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
Propiedad pública CalloutLineColor Gets an expression that evaluates to the color of the callout line.
Propiedad pública CalloutLineStyle Gets an expression that evaluates to the style of the callout line.
Propiedad pública CalloutLineWidth Gets an expression that evaluates to the width of the callout line.
Propiedad pública CalloutStyle Gets an expression that evaluates to the style to use when drawing the callout lines.
Propiedad pública Disabled Gets an expression that evaluates to a value that indicates smart labels should be turned off.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MarkerOverlapping Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública NoMoveDirections Gets the directions the smart label must not move.
Propiedad pública ShowOverlapped Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering