Represents a scale within the ScaleCollection (Scales property) of a GanttChartView control, generating scale intervals and header texts to be displayed by the control.

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

Syntax

C#
public class Scale : DependencyObject
Visual Basic (Declaration)
Public Class Scale _
	Inherits DependencyObject

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.Scale

See Also