Class ChartGanttConfigItem
Configuration item that pertains to Gantt charts.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartGanttConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartGanttConfigItem()
Initializes a new instance of the ChartGanttConfigItem class.
Declaration
public ChartGanttConfigItem()
Properties
DrawMode
Specifies the drawing mode of Gantt chart.
Declaration
public ChartGanttDrawMode DrawMode { get; set; }
Property Value
Type |
---|
ChartGanttDrawMode |