PlexLineDataPoint typedef

PlexLineDataPoint = (DateTime, double)

Data point for line chart: (DateTime x, double y).

Implementation

typedef PlexLineDataPoint = (DateTime x, double y);