LegendCell.ImageSize Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tamanho da imagem em uma célula de legenda.
public:
virtual property System::Drawing::Size ImageSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.SizeEmptyValueConverter))]
public virtual System.Drawing.Size ImageSize { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.SizeEmptyValueConverter))>]
member this.ImageSize : System.Drawing.Size with get, set
Public Overridable Property ImageSize As Size
Valor da propriedade
Um Size valor que representa o tamanho da imagem. O valor padrão é (0, 0), o que significa que o tamanho original da imagem será usado.
- Atributos
Comentários
A ImageSize propriedade é usada para definir explicitamente a largura e a altura da imagem da célula da legenda.
Essa propriedade só será aplicável se a CellType propriedade for definida como Image .