All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puresoltechnologies.javafx.charts.axes.TimeSeriesAxis Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package com.puresoltechnologies.javafx.charts.axes;

import java.time.Instant;

public class TimeSeriesAxis extends OrdinalAxis {

    public TimeSeriesAxis(String title, AxisType type) {
	super(title, null, type, Instant.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy