Enum HeaderPosition
Specifies the location of the title relative to the chart.
Namespace: FastReport.BG.Gantt
Assembly: FastReport.BG.dll
Syntax
public enum HeaderPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies that the title will be below the chart. |
| None | Indicates that the title will not be displayed. |
| Top | Specifies that the title will appear on top of the chart. |