Interface ChartService<D>

Type Parameters:
D - chart data
All Known Implementing Classes:
ApexChartService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChartService<D>
Service-layer for charting.
Version:
2.0.3
Author:
Stephen Prizio
  • Method Details

    • getChartDataForPosition

      D getChartDataForPosition(Position position)
      Obtains the chart data for the given Position. The resolution is derived from the position's duration.
      Parameters:
      position - Position
      Returns:
      D