Legend.MaximumAutoSize Propriedade
Definição
Obtém ou define o tamanho máximo da legenda, medido como um percentual da área do gráfico.Gets or sets the maximum size of the legend, measured as a percentage of the chart area. Esse valor é usado pelo algoritmo de layout automático.This value is used by the automatic layout algorithm.
public:
property float MaximumAutoSize { float get(); void set(float value); };
public float MaximumAutoSize { get; set; }
member this.MaximumAutoSize : single with get, set
Public Property MaximumAutoSize As Single
Valor da propriedade
Um valor float que representa o tamanho máximo da legenda.A float value that represents the maximum size of the legend.
Comentários
Se a legenda for encaixada à esquerda ou à direita da área do gráfico, essa propriedade determinará a largura máxima da legenda, que é medida como uma porcentagem da área do gráfico.If the legend is docked to the left or right of the chart area, this property determines the maximum width of the legend, which is measured as a percentage of the chart area. Se a legenda for encaixada na parte superior ou inferior, essa propriedade determinará a altura máxima da legenda, que também é medida como uma porcentagem.If the legend is docked to the top or bottom, this property determines the maximum height of the legend, which is also measured as a percentage.