GanttMarker Class

A named vertical line rendered on the Gantt timeline.

Inheritance

Object

GanttMarker

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class GanttMarker

Constructors

GanttMarkerlink

A named vertical line rendered on the Gantt timeline.

Declaration
public GanttMarker()

Properties

Colorlink

Optional CSS color for the marker line and label. Defaults to the danger color.

Declaration
public string Color { get; set; }
Property Value
Type Description
stringOptional CSS color for the marker line and label. Defaults to the danger color.

Datelink

The date/time at which the marker is drawn.

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
DateTimeThe date/time at which the marker is drawn.

Labellink

Optional label shown at the top of the marker line.

Declaration
public string Label { get; set; }
Property Value
Type Description
stringOptional label shown at the top of the marker line.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙