Skip to main content

Step Line Chart

Line chart that moves horizontally then vertically (stair-step pattern).

Structure

  • Horizontal line at previous close
  • Vertical jump to new close
  • Creates step-like appearance

When To Use

  • Discrete time periods (daily, weekly)
  • Emphasizing that change happens at period ends
  • Reducing intermediate interpolation
  • Statistical reporting

Comparison

FeatureLineStep Line
InterpolationContinuousDiscrete
Visual smoothnessSmoothAngular
Price continuityImpliedExplicit
Best forTrendsPeriod reporting

API

chart.setChartType('stepLine');