menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttAutoFormat

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GanttAutoFormat

    Constructors

    GanttAutoFormat()

    Declaration
    public GanttAutoFormat()

    Properties

    AltRowBackgroundColor

    Declaration
    public Color AltRowBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ChartBackgroundColor

    Declaration
    public Color ChartBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ChartGridLineColor

    Declaration
    public Color ChartGridLineColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ChartHeaderBackgroundColor

    Declaration
    public Color ChartHeaderBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ChartHeaderBorderColor

    Declaration
    public Color ChartHeaderBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ChartHeaderFontColor

    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

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FooterBackgroundColor

    Declaration
    public Color FooterBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    FooterFontColor

    Declaration
    public Color FooterFontColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderBackgroundColor

    Declaration
    public Color HeaderBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderBorderColor

    Declaration
    public Color HeaderBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderFontColor

    Declaration
    public Color HeaderFontColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    HeaderFontSize

    Declaration
    public int HeaderFontSize { get; set; }
    Property Value
    Type Description
    System.Int32

    ManualProgressColor

    Declaration
    public Color ManualProgressColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ManualTaskColor

    Declaration
    public Color ManualTaskColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    MilestoneColor

    Declaration
    public Color MilestoneColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ParentProgressColor

    Declaration
    public Color ParentProgressColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ParentTaskBorderColor

    Declaration
    public Color ParentTaskBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ParentTaskColor

    Declaration
    public Color ParentTaskColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PredecessorLineColor

    Declaration
    public Color PredecessorLineColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ProgressColor

    Declaration
    public Color ProgressColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ProgressFontColor

    Declaration
    public Color ProgressFontColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TaskBorderColor

    Declaration
    public Color TaskBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TaskColor

    Declaration
    public Color TaskColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    TaskLabelColor

    Declaration
    public Color TaskLabelColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    WeekendColor

    Declaration
    public Color WeekendColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved