Gets the collection of scale objects, representing items to be used as header elements in the chart (by default a major scale of type Weeks, and a minor scale Days are included).

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

Syntax

C#
public static ObservableCollection<Scale> GetScales(
	DependencyObject d
)
Visual Basic (Declaration)
Public Shared Function GetScales ( _
	d As DependencyObject _
) As ObservableCollection(Of Scale)

Parameters

d
Type: System.Windows..::.DependencyObject

See Also