Class GanttAutoFormat
Inheritance
System.Object
GanttAutoFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
public class GanttAutoFormat
Constructors
Declaration
Properties
Declaration
public Color AltRowBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ChartBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ChartGridLineColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ChartHeaderBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ChartHeaderBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ChartHeaderFontColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
ContentBackgroundColor
Declaration
public Color ContentBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
ContentBorderColor
Declaration
public Color ContentBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
ContentFontColor
Declaration
public Color ContentFontColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
ContentFontSize
Declaration
public int ContentFontSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Color FooterBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color FooterFontColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color HeaderBackgroundColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color HeaderBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color HeaderFontColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public int HeaderFontSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Color ManualProgressColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ManualTaskColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color MilestoneColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ParentProgressColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ParentTaskBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ParentTaskColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color PredecessorLineColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ProgressColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color ProgressFontColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color TaskBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color TaskColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color TaskLabelColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public Color WeekendColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|