Class SlopeRenderer

java.lang.Object
com.arbergashi.charts.render.BaseRenderer
com.arbergashi.charts.render.analysis.SlopeRenderer
All Implemented Interfaces:
ChartRenderer

public final class SlopeRenderer extends BaseRenderer
Slope chart renderer (minimal): expects exactly two points. Connects both points with a line and marks the endpoints. Useful for simple before/after slope comparisons.
Since:
2026-01-01
Version:
1.0.0
Author:
Arber Gashi
  • Constructor Details

    • SlopeRenderer

      public SlopeRenderer()
  • Method Details