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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also