AnnotationGroup.IsSizeAlwaysRelative Propriedade
Definição
Obtém ou define um sinalizador que especifica se o tamanho de uma anotação sempre é definido em coordenadas relativas do gráfico.Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.
public:
virtual property bool IsSizeAlwaysRelative { bool get(); void set(bool value); };
public override bool IsSizeAlwaysRelative { get; set; }
member this.IsSizeAlwaysRelative : bool with get, set
Public Overrides Property IsSizeAlwaysRelative As Boolean
Valor da propriedade
true se a Width e Height de uma anotação estiverem sempre em coordenadas relativas do gráfico; caso contrário, false .true if the Width and Height of an annotation are always in chart relative coordinates; otherwise, false.
Comentários
A altura e a largura de uma anotação podem ser definidas em gráfico relativo ou em coordenadas de eixos.The height and width of an annotation may be set in relative chart or in axes coordinates. Por padrão, são usadas coordenadas de gráfico relativas.By default, relative chart coordinates are used.
Para usar as coordenadas dos eixos, defina a IsSizeAlwaysRelative propriedade como false .To use axes coordinates, set the IsSizeAlwaysRelative property to false. Em seguida, ancorar a anotação a um ponto de dados ou definir as AxisX AxisY Propriedades ou.Then either anchor the annotation to a data point or set the AxisX or AxisY properties.