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

ScheduleTimelineBlock

Namespace ChartForgeX.VisualBlocks

A dense dashboard schedule timeline with time-of-day axis, grid lines, lanes, and event pills.

Inheritance

  • Object
  • ScheduleTimelineBlock

Methods

AddEvent(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) #

Adds 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
Create() #

Creates a new schedule timeline block.

WithCurrentTime(System.Nullable{System.Double} arg1) #

Sets the optional current-time marker.

Parameters

arg1 System.Nullable{System.Double} required
WithGrid(System.Boolean arg1) #

Sets whether vertical time grid lines are shown.

Parameters

arg1 System.Boolean required
WithHeaderActions(System.String[] arg1) #

Sets optional header action chips.

Parameters

arg1 System.String[] required
WithTimeRange(System.Double arg1, System.Double arg2, System.Double arg3) #

Sets the visible time range and tick interval.

Parameters

arg1 System.Double required
arg2 System.Double required
arg3 System.Double required

Properties

Events #

Gets schedule events.

HeaderActions #

Gets optional header action chips.

Start #

Gets or sets the visible start time as numeric hours.

End #

Gets or sets the visible end time as numeric hours.

TickInterval #

Gets or sets the time-axis tick interval in hours.

CurrentTime #

Gets or sets the optional current-time marker.

ShowGrid #

Gets or sets whether vertical time grid lines are shown.