0
Gantt Chart의 막대에 대해 좋은 이름을 묻는 Stack Exchange
사이트가 맞는지 확실하지 않습니다.Gantt chart name suggestion - 길이 또는 너비
데이터 구조
public class GanttChartData
{
public ICollection<GanttBarData> BarCollection { get; set; }
}
public class GanttBarData
{
public string Name { get; set; }
public double Length { get; set; }
}
내가 바의 길이를 나타내는 Length
또는 Width
를 사용해야 질문? 나는 항상 수평 바가 될 것이라는 것을 안다.