The Gantt class contains properties specific to Gantt charts.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(Gantt..::..TypeConverter))]
public class Gantt : c1SpecialData
Visual Basic
<TypeConverterAttribute(GetType(Gantt..::..TypeConverter))> _
Public Class Gantt _
	Inherits c1SpecialData

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..c1SpecialData
    C1.Win.C1Chart..::..Gantt

See Also