Gets or sets the collection of Scale objects to be presented in the chart.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual List<Scale> Scales { get; set; }
Visual Basic (Declaration)
Public Overridable Property Scales As List(Of Scale)

See Also