"Hard-Coding x-axis limits"? I am afraid I am unaware of that term.
Graph Builder(
  Show Control Panel( 0 ),
  Title Fill Color( "Light Blue" ),
  Title Frame Color( "Medium Dark Gray" ),
  Level Fill Color( {174, 203, 228} ),
  Level Frame Color( "Medium Dark Gray" ),
  Level Underline( 1 ),
  Variables( X( :SalesDate ), Y( :NetRevenue ) ),
  Elements(
  Points( X, Y, Legend( 1 ), Jitter( 1 ) ),
  Smoother( X, Y, Legend( 2 ) )
  ),
  SendToReport(
  Dispatch(
  {},
  "SalesDate",
  ScaleBox,
  {Min( 3505939200 ), Max( 3510000000 ), Interval( "Day" ), Inc( 1 ),
  Minor Ticks( 0 ), Show Major Grid( 1 ), Inside Ticks( 1 ),
  Rotated Labels( "Vertical" )}
  )
  )
)