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

io.fair_acc.sample.chart.legacy.RollingBufferLegacy.css Maven / Gradle / Ivy

Go to download

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

The newest version!
.chart-line-symbol {
  -fx-shape: "";
}

.chart-line-symbol {
  -fx-background-insets: 0, 0;
  -fx-background-radius: 0;
  -fx-padding: 0;
  -fx-shape: "";
  -fx-background-color: transparent;
}

.chart-series-line {
  -fx-stroke-width: 1.5px;
  -fx-effect: null;
}

.default-color0.chart-series-line {
  -fx-stroke: #0000c8;
}

.default-color1.chart-series-line {
  -fx-stroke: #c80000;
}

.default-color2.chart-series-line {
  -fx-stroke: #00c800;
}

.default-color0.chart-line-symbol {
  -fx-background-color: #0000c8, white;
}

.default-color1.chart-line-symbol {
  -fx-background-color: #c80000, white;
}

.default-color2.chart-line-symbol {
  -fx-background-color: #00c800, white;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy