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

io.fair_acc.sample.chart.YWatchValueIndicatorSample.css Maven / Gradle / Ivy

Go to download

Small sample applications to showcase the features of the chart-fx library.

The newest version!
.valA-value-watch-indicator-marker {
    -fx-stroke-width: 0.5;
    -fx-stroke: black;
    -fx-fill: #78015b;
}

.valB-value-watch-indicator-marker {
    -fx-stroke-width: 0.5;
    -fx-stroke: black;
    -fx-fill: green;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy