Class PdfGanttTaskbar
Inheritance
System.Object
PdfGanttTaskbar
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.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfGanttTaskbar
Properties
ChartBackgroundColor
Declaration
public PdfColor ChartBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GridLineColor
Declaration
public PdfColor GridLineColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
LabelColor
Declaration
public PdfColor LabelColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
ProgressColor
Declaration
public PdfColor ProgressColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
ProgressFontColor
Declaration
public PdfColor ProgressFontColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
TaskBorderColor
Declaration
public PdfColor TaskBorderColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |
TaskColor
Declaration
public PdfColor TaskColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor |