LabelOutsidePlotAreaStyle Enumeração

Definição

Especifica o grau ao qual um rótulo pode ser desenhado fora de uma área de plotagem.Specifies the degree to which a label can be drawn outside a plotting area.

public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle = 
Public Enum LabelOutsidePlotAreaStyle
Herança
LabelOutsidePlotAreaStyle

Campos

No 1

Os rótulos não podem ser desenhados fora da área de plotagem.Labels cannot de drawn outside the plotting area.

Partial 2

Os rótulos podem ser desenhados parcialmente fora da área de plotagem.Labels can be drawn partially outside the plotting area.

Yes 0

Os rótulos podem ser desenhados fora da área de plotagem.Labels can be drawn outside the plotting area.

Comentários

A LabelOutsidePlotAreaStyle enumeração representa o grau para o qual um rótulo tem permissão para sair de uma área de plotagem.The LabelOutsidePlotAreaStyle enumeration represents the degree to which a label is allowed to leave a plotting area. Ele é usado em conjunto com a AllowOutsidePlotArea Propriedade do SmartLabelStyle objeto.It is used in conjunction with the AllowOutsidePlotArea property of the SmartLabelStyle object.

Se você especificar o valor parcial, não mais do que 50% do rótulo poderá ser desenhado fora da área de plotagem.If you specify the Partial value, no more than 50% of the label can be drawn outside the plotting area.

Aplica-se a