AnnotationSmartLabelStyle Classe

Definição

Armazena as propriedades de rótulo inteligente de uma anotação.Stores the smart label properties of an annotation.

public ref class AnnotationSmartLabelStyle : System::Windows::Forms::DataVisualization::Charting::SmartLabelStyle
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public class AnnotationSmartLabelStyle : System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
type AnnotationSmartLabelStyle = class
    inherit SmartLabelStyle
Public Class AnnotationSmartLabelStyle
Inherits SmartLabelStyle
Herança
AnnotationSmartLabelStyle
Atributos

Comentários

Essa classe é derivada da SmartLabelStyle classe usada para Series objetos.This class is derived from the SmartLabelStyle class used for Series objects.

Construtores

AnnotationSmartLabelStyle()

Inicializa uma nova instância da classe AnnotationSmartLabelStyle.Initializes a new instance of the AnnotationSmartLabelStyle class.

AnnotationSmartLabelStyle(Object)

Inicializa uma nova instância da classe AnnotationSmartLabelStyle com o elemento do gráfico especificado.Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element.

Propriedades

AllowOutsidePlotArea

Obtém ou define um sinalizador que especifica se um objeto SmartLabelStyle pode ser desenhado fora da área de plotagem.Gets or sets a flag that specifies whether a SmartLabelStyle object can be drawn outside the plotting area.

(Herdado de SmartLabelStyle)
CalloutBackColor

Obtém ou define a cor de fundo do texto explicativo do rótulo.Gets or sets the back color of the label callout. Essa propriedade só é aplicável quando a propriedade CalloutStyle é definida como um valor de Box.This property is only applicable when the CalloutStyle property is set to a value of Box.

CalloutLineAnchorCapStyle

Obtém ou define o estilo de extremidade da ancoragem para a linha de texto explicativo do rótulo.Gets or sets the anchor cap style for the label callout line.

CalloutLineColor

Obtém ou define a cor da linha de texto explicativo do rótulo.Gets or sets the color of the label callout line.

CalloutLineDashStyle

Obtém ou define o estilo da linha de texto explicativo do rótulo.Gets or sets the style of the label callout line.

CalloutLineWidth

Obtém ou define a largura da linha de texto explicativo do rótulo.Gets or sets the width of the label callout line.

CalloutStyle

Obtém ou define o estilo de texto explicativo de rótulos inteligentes reposicionados.Gets or sets the callout style of the repositioned smart labels.

Enabled

Obtém ou define um sinalizador que indica se um algoritmo SmartLabelStyle está habilitado.Gets or sets a flag that indicates whether a SmartLabelStyle algorithm is enabled.

(Herdado de SmartLabelStyle)
IsMarkerOverlappingAllowed

Obtém ou define um sinalizador que especifica se os rótulos de ponto podem se sobrepor a um marcador de ponto.Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker.

(Herdado de SmartLabelStyle)
IsOverlappedHidden

Obtém ou define um sinalizador que indica se os rótulos sobrepostos que não puderem ser reposicionados serão ocultos.Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.

(Herdado de SmartLabelStyle)
MaxMovingDistance

Obtém ou define a distância máxima, em pixels, pela qual o objeto SmartLabelStyle sobreposto pode ser movido do marcador.Gets or sets the maximum distance, in pixels, that the overlapped SmartLabelStyle object can be moved from the marker.

(Herdado de SmartLabelStyle)
MinMovingDistance

Obtém ou define a distância mínima, em pixels, pela qual o objeto SmartLabelStyle sobreposto pode ser movido do marcador.Gets or sets the minimum distance, in pixels, that the overlapped SmartLabelStyle object can be moved from the marker.

(Herdado de SmartLabelStyle)
MovingDirection

Obtém ou define as direções nas quais é possível mover o objeto SmartLabelStyle sobreposto.Gets or sets the direction(s) in which the overlapped SmartLabelStyle object is allowed to be moved.

(Herdado de SmartLabelStyle)

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a