Represents a scale collection that generates scale intervals and header texts to be displayed by GanttChartView control.

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

Syntax

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

Inheritance Hierarchy

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

See Also