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

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

Go to download

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

The newest version!
.chart-crosshair-path {
  -fx-stroke-width: 3;
  -fx-stroke: orange;
}

.chart-major-grid-lines {
  -fx-stroke: derive(red, -10%);
  -fx-stroke-dash-array: 1.5, 2.5;
  -fx-stroke-width: 0.5;
  -fx-grid-on-top: true;
}

.axis-label {
  -fx-stroke: blue;
  -fx-axis-label-alignment: right;
  -fx-font-family: "Times New Roman";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy