A named vertical line rendered on the Gantt timeline.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class GanttMarkerA named vertical line rendered on the Gantt timeline.
public GanttMarker()Optional CSS color for the marker line and label. Defaults to the danger color.
public string Color { get; set; }
| Type | Description |
|---|---|
| string | Optional CSS color for the marker line and label. Defaults to the danger color. |
The date/time at which the marker is drawn.
public DateTime Date { get; set; }
| Type | Description |
|---|---|
| DateTime | The date/time at which the marker is drawn. |
Optional label shown at the top of the marker line.
public string Label { get; set; }
| Type | Description |
|---|---|
| string | Optional label shown at the top of the marker line. |