Class PageLegendItem
Class PageLegendItem
이름 공간 : Aspose.Tasks.Visualization 모임: Aspose.Tasks.dll (25.4.0)
Gantt 차트의 페이지 전설의 항목을 나타냅니다.
public sealed class PageLegendItem
Inheritance
상속 회원들
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageLegendItem(바르셀로나, 스트리트)
Aspose.Tasks.Visualization.PageLegendItem 클래스의 새로운 사례를 시작합니다.
public PageLegendItem(BarItemType itemType, string title)
Parameters
itemType
BarItemType
항목의 종류
title
string
항목의 텍스트 라벨의 문자 내용.
Properties
ItemType
항목의 유형을 얻습니다.
public BarItemType ItemType { get; }
부동산 가치
Title
항목의 텍스트 라벨을 얻습니다.
public string Title { get; }