Fill color for multiple reference lines
Hi,I have added multiple reference lines to the axis axis of a graph.I´m doing this by looping through a reference line table (DarkLight) based on the main table.Oxygen consumption = SableData << Graph Builder(
...
Size( 1322, 944 ),
Variables(
X( :Name( "Time since first dose-[hours]" ) ),
Y( :Name( "VO2-[ml/min]" ) ),
Overlay( :Treatment )
),
Elements( Points( X, Y, Legend( 4 ) ) )
);
For( i = 1, i <= N Rows