Class GanttChartView

Class GanttChartView

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

GanttChart 뷰를 나타냅니다.

public class GanttChartView : View, IComparable<view>

상속

objectViewGanttChartView

구현

IComparable<view>

상속된 멤버

View.Equals(object), View.GetHashCode(), View.CompareTo(View), View.Filter, View.Group, View.Uid, View.HighlightFilter, View.Name, View.Screen, View.ParentProject, View.Table, View.Type, View.ShowInMenu, View.PageInfo, View.VisualObjectsPlacements, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

생성자

GanttChartView()

Aspose.Tasks.GanttChartView 클래스의 새 인스턴스를 초기화합니다.

public GanttChartView()

속성

AutoFilters

Gantt 차트 뷰의 자동 필터 목록을 가져옵니다.

public FilterCollection AutoFilters { get; }

속성 값

FilterCollection

BarRounding

바가 가장 가까운 날로 반올림되는지 여부를 가져오거나 설정합니다. 기본값은 True입니다.

public bool BarRounding { get; set; }

속성 값

bool

BarSize

Gantt 차트에서 Gantt 바의 높이(포인트 단위)를 가져오거나 설정합니다.

public GanttBarSize BarSize { get; set; }

속성 값

GanttBarSize

BarStyles

Gantt 차트 뷰의 부모(공통) 바 스타일 목록을 가져옵니다. Aspose.Tasks.Visualization.GanttBarStyle.

public List<ganttbarstyle> BarStyles { get; }

속성 값

List<GanttBarStyle&gt;

BottomTimescaleTier

뷰의 하단 시간 척도 계층 설정을 가져오거나 설정합니다. Aspose.Tasks.Visualization.TimescaleTier

public TimescaleTier BottomTimescaleTier { get; set; }

속성 값

TimescaleTier

CustomBarStyles

Gantt 차트 뷰의 사용자 지정 작업별 바 스타일 목록을 가져옵니다. Aspose.Tasks.Visualization.GanttBarStyle.

public List<ganttbarstyle> CustomBarStyles { get; }

속성 값

List<GanttBarStyle&gt;

Gridlines

Gantt 차트 뷰의 Aspose.Tasks.GanttChartView.Gridlines 목록을 가져오거나 설정합니다.

public List<gridlines> Gridlines { get; set; }

속성 값

List<Gridlines&gt;

HideRollupBarsWhenSummaryExpanded

요약 작업을 확장할 때 롤업 바를 숨길지 여부를 가져오거나 설정합니다.

public bool HideRollupBarsWhenSummaryExpanded { get; set; }

속성 값

bool

MiddleTimescaleTier

뷰의 중간 시간 척도 계층 설정을 가져오거나 설정합니다. Aspose.Tasks.Visualization.TimescaleTier.

public TimescaleTier MiddleTimescaleTier { get; set; }

속성 값

TimescaleTier

NonWorkingTimeColor

비작업 시간 색상을 가져오거나 설정합니다.

public Color NonWorkingTimeColor { get; set; }

속성 값

Color

ProgressLines

Gantt 차트 뷰의 진행 라인을 가져오거나 설정합니다. Aspose.Tasks.GanttChartView.ProgressLines.

public ProgressLines ProgressLines { get; set; }

속성 값

ProgressLines

RollUpGanttBars

Gantt 차트의 바를 롤업해야 하는지 여부를 가져오거나 설정합니다.

public bool RollUpGanttBars { get; set; }

속성 값

bool

ShowBarSplits

Gantt 차트에서 작업 분할을 보여야 하는지 여부를 가져오거나 설정합니다.

public bool ShowBarSplits { get; set; }

속성 값

bool

ShowDrawings

Gantt 차트에서 도면을 보여야 하는지 여부를 가져오거나 설정합니다.

public bool ShowDrawings { get; set; }

속성 값

bool

TableTextStyles

Gantt 차트 뷰의 테이블 텍스트 스타일 목록을 가져옵니다. Aspose.Tasks.Visualization.TableTextStyle.

public List<tabletextstyle> TableTextStyles { get; }

속성 값

List<TableTextStyle&gt;

TextStyles

Gantt 차트 뷰의 Aspose.Tasks.Visualization.TextStyle 목록을 가져오거나 설정합니다.

public List<textstyle> TextStyles { get; set; }

속성 값

List<TextStyle&gt;

TimescaleSizePercentage

public ushort TimescaleSizePercentage { get; set; }

속성 값

ushort

TopTimescaleTier

뷰의 상단 시간 척도 계층 설정을 가져오거나 설정합니다. Aspose.Tasks.Visualization.TimescaleTier.

public TimescaleTier TopTimescaleTier { get; set; }

속성 값

TimescaleTier

 한국어