DottedChartXAxis
X-axis mode for the dotted chart.
Used as Input
0
functions accept this type(+1 nested)
Used as Output
0
functions return this type
Type Definition
4 nested items
enum(4 variants)— X-axis mode for the dotted chart.
variant 1:"Time"— Absolute event timestamp (in milliseconds).
variant 2:"TimeSinceCaseStart"— Elapsed time since the first event in the case (in milliseconds).
variant 3:"TimeRelativeToCaseDuration"— Relative position within the case duration (
0.0..1.0).variant 4:"StepNumberSinceCaseStart"— Event index within the case (starting at
0).Example JSON Value
"Time"