ILegend

ILegend interfaz

Representa las propiedades de la leyenda del gráfico.

public interface ILegend : IActualLayout, IFormattedTextContainer, ILayoutable

Propiedades

NombreDescripción
AsIFormattedTextContainer { get; }Permite obtener la interfaz base IFormattedTextContainer. Solo lectura IFormattedTextContainer.
AsILayoutable { get; }Permite obtener la interfaz base ILayoutable. Solo lectura ILayoutable.
Entries { get; }Obtiene las entradas de la leyenda. Solo lectura ILegendEntryCollection.
Format { get; }Devuelve el formato de una leyenda. Solo lectura IFormat.
Overlay { get; set; }Determina si se permite que otros elementos del gráfico se superpongan a la leyenda. Lectura/escritura Boolean.
Position { get; set; }Especifica la posición de la leyenda en un gráfico. Los valores no NaN de las propiedades X, Y, Width, Height sobrescriben el efecto de esta propiedad. Lectura/escritura LegendPositionType.

Ver también