is not current version
Last Version 11.2.7

de.gsi.chart:chartfx-chart 11.0.0

This charting library ${project.artifactId}- is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...).

GroupId

GroupId

de.gsi.chart
ArtifactId

ArtifactId

chartfx-chart
Version

Version

11.0.0
Type

Type

jar

Download chartfx-chart 11.0.0


<!-- https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/ -->
<dependency>
    <groupId>de.gsi.chart</groupId>
    <artifactId>chartfx-chart</artifactId>
    <version>11.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/
implementation 'de.gsi.chart:chartfx-chart:11.0.0'
// https://jarcasting.com/artifacts/de.gsi.chart/chartfx-chart/
implementation ("de.gsi.chart:chartfx-chart:11.0.0")
'de.gsi.chart:chartfx-chart:jar:11.0.0'
<dependency org="de.gsi.chart" name="chartfx-chart" rev="11.0.0">
  <artifact name="chartfx-chart" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gsi.chart', module='chartfx-chart', version='11.0.0')
)
libraryDependencies += "de.gsi.chart" % "chartfx-chart" % "11.0.0"
[de.gsi.chart/chartfx-chart "11.0.0"]