ILegend

ILegend interface

Representa las propiedades de la leyenda del gráfico.

public interface ILegend : IFormattedTextContainer, ILayoutable

Propiedades

NombreDescripción
AsIFormattedTextContainer { get; }Permite obtener la interfaz base IFormattedTextContainer. Solo lecturaIFormattedTextContainer .
AsILayoutable { get; }Permite obtener la interfaz base ILayoutable. Solo lecturaILayoutable .
Entries { get; }Obtiene entradas de leyenda. Solo lecturaILegendEntryCollection .
Format { get; }Devuelve el formato de una leyenda. Solo lecturaIFormat .
Overlay { get; set; }Determina si se permitirá que otros elementos del gráfico se superpongan a la leyenda. Lectura/escrituraBoolean .
Position { get; set; }Especifica la posición de la leyenda en un gráfico. Los valores distintos de NaN de las propiedades X, Y, Width, Heigt anulan el efecto de esta propiedad. Lectura/escrituraLegendPositionType .

Ver también