Sets 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 void SetScales(
	DependencyObject d,
	ObservableCollection<Scale> value
)
Visual Basic (Declaration)
Public Shared Sub SetScales ( _
	d As DependencyObject, _
	value As ObservableCollection(Of Scale) _
)

Parameters

d
Type: System.Windows..::.DependencyObject
value
Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(Scale>)>)

See Also