Class PageLegendItem
Class PageLegendItem
Nombre del espacio: Aspose.Tasks.Visualization Asamblea: Aspose.Tasks.dll (25.4.0)
Representa un elemento de la leyenda de página del gráfico de Gantt.
public sealed class PageLegendItem
Inheritance
Miembros heredados
object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
PageLegendItem(Título: String)
Inicia una nueva instancia de la clase Aspose.Tasks.Visualization.PageLegendItem.
public PageLegendItem(BarItemType itemType, string title)
Parameters
itemType
BarItemType
Tipo del elemento.
title
string
contenido de la etiqueta de texto del artículo.
Properties
ItemType
Tiene el tipo de elemento.
public BarItemType ItemType { get; }
Valor de la propiedad
Title
Obtenga la etiqueta de texto del artículo.
public string Title { get; }