Class PdfLabelSettings
Represents a class that provides the style configuration for the appearance of labels in a Pdf Gantt chart.
Inheritance
System.Object
PdfLabelSettings
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfLabelSettings : Object
Constructors
PdfLabelSettings()
Declaration
public PdfLabelSettings()
Properties
LeftLabel
Gets or sets the left label settings for the taskbar of the Gantt chart Pdf export.
Declaration
public PdfElementStyle LeftLabel { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
Label appears to the left of taskbar element.
RightLabel
Gets or sets the right label settings for the taskbar of the Gantt chart Pdf export.
Declaration
public PdfElementStyle RightLabel { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
Label appears to the right of taskbar element.
TaskLabel
Gets or sets the task label settings for the taskbar of the Gantt chart Pdf export.
Declaration
public PdfElementStyle TaskLabel { get; set; }
Property Value
Type | Description |
---|---|
PdfElementStyle | An instance of PdfElementStyle. |
Remarks
Label appears on the taskbar element.