Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

ScheduleTimelineEvent

Namespace ChartForgeX.VisualBlocks

One event pill in a schedule timeline.

Inheritance

  • Object
  • ScheduleTimelineEvent

Constructors

ScheduleTimelineEvent(System.String arg1, System.Double arg2, System.Double arg3, System.Int32 arg4, System.Nullable{ChartForgeX.Primitives.ChartColor} arg5, ChartForgeX.VisualBlocks.VisualStatus arg6, System.String arg7, System.String[] arg8) #

Initializes a schedule event.

Parameters

arg1 System.String required
arg2 System.Double required
arg3 System.Double required
arg4 System.Int32 required
arg5 System.Nullable{ChartForgeX.Primitives.ChartColor} required
arg6 ChartForgeX.VisualBlocks.VisualStatus required
arg7 System.String required
arg8 System.String[] required

Methods

AddAvatar(System.String arg1) #

Adds an avatar label.

Parameters

arg1 System.String required

Properties

Title #

Gets or sets the event title.

Start #

Gets or sets the event start time as numeric hours.

End #

Gets or sets the event end time as numeric hours.

Lane #

Gets or sets the vertical lane index.

Color #

Gets or sets an optional event color.

Status #

Gets or sets semantic event status.

Badge #

Gets or sets optional compact badge text.

Avatars #

Gets compact avatar labels shown at the trailing edge of the event.