API Reference
ScheduleTimelineBlock
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
- arg2 System.Double
- arg3 System.Double
- arg4 System.Int32
- arg5 System.Nullable{ChartForgeX.Primitives.ChartColor}
- arg6 ChartForgeX.VisualBlocks.VisualStatus
- arg7 System.String
- arg8 System.String[]
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}
WithGrid(System.Boolean arg1) #Sets whether vertical time grid lines are shown.
Parameters
- arg1 System.Boolean
WithHeaderActions(System.String[] arg1) #Sets optional header action chips.
Parameters
- arg1 System.String[]
WithTimeRange(System.Double arg1, System.Double arg2, System.Double arg3) #Sets the visible time range and tick interval.
Parameters
- arg1 System.Double
- arg2 System.Double
- arg3 System.Double
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.