Compartilhar via


Classe ChartSmartLabel

Defines the behavior of smart labels.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel

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

Sintaxe

'Declaração
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

O tipo ChartSmartLabel expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade 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.
Propriedade 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.
Propriedade pública CalloutLineAnchor Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
Propriedade pública CalloutLineColor Gets an expression that evaluates to the color of the callout line.
Propriedade pública CalloutLineStyle Gets an expression that evaluates to the style of the callout line.
Propriedade pública CalloutLineWidth Gets an expression that evaluates to the width of the callout line.
Propriedade pública CalloutStyle Gets an expression that evaluates to the style to use when drawing the callout lines.
Propriedade pública Disabled Gets an expression that evaluates to a value that indicates smart labels should be turned off.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública MarkerOverlapping Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Propriedade 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.
Propriedade 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.
Propriedade pública NoMoveDirections Gets the directions the smart label must not move.
Propriedade 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.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering