GanttVLine | GanttPlotObject |
GanttVLine() SetDayOffset() SetTitleMargin() |
Create a new vertical line in the Gantt graph
Argument | Default | Description |
---|---|---|
$aDate | Date where the line should be | |
$aTitle | "" | Title of line |
$aColor | "black" | Color for line |
$aWeight | 3 | Line weight |
$aStyle | "dashed" | Line style (dotted, slashed etc) |
Example
Specify where in the single day the line sould be drawn.
Argument | Default | Description |
---|---|---|
$aOff | 0.5 | Fraction of day (0,1) |
Example
Set distance between end of line and title.
Argument | Default | Description |
---|---|---|
$aMarg | Margin in pixels |
Example