Represents a scale collection for the timeline of the GanttChartViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public class GanttChartViewScaleCollection : ObservableCollection<GanttChartViewScale>
Visual Basic (Declaration)
Public Class GanttChartViewScaleCollection _
	Inherits ObservableCollection(Of GanttChartViewScale)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(GanttChartViewScale>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(GanttChartViewScale>)>)
      DlhSoft.Windows.Controls..::.GanttChartViewScaleCollection

See Also