.chart-plot-background {-fx-background-color: white;} .default-color0.chart-series-line { -fx-stroke: red;} .default-color1.chart-series-line { -fx-stroke: green;} .default-color0.chart-line-symbol { -fx-background-color: red, orange;} .default-color1.chart-line-symbol { -fx-background-color: green,orange;} .default-color0.chart-bar { -fx-bar-fill: red;} .default-color1.chart-bar { -fx-bar-fill: yellow;} .default-color2.chart-bar { -fx-bar-fill: green;} .default-color0.chart-area-symbol { -fx-background-color: red, white;} .default-color1.chart-area-symbol { -fx-background-color: blue, white;} .default-color2.chart-area-symbol { -fx-background-color: green,white;} .default-color0.chart-series-area-line { -fx-stroke: red; } .default-color1.chart-series-area-line { -fx-stroke: blue; } .default-color2.chart-series-area-line { -fx-stroke: green; } .default-color0.chart-series-area-fill { -fx-fill: #ff777788; } .default-color1.chart-series-area-fill { -fx-fill: #7777ff88; } .default-color2.chart-series-area-fill { -fx-fill: #77ff7788; } .default-color0.chart-symbol { -fx-background-color: red; -fx-scale-shape: true; -fx-shape: "M 0.0 10.0 L 3.0 3.0 L 10.0 0.0 L 3.0 -3.0 L 0.0 -10.0 L -3.0 -3.0 L -10.0 0.0 L -3.0 3.0 Z "; -fx-opacity: 1; } .default-color1.chart-symbol { -fx-background-color: green, white; -fx-background-insets: 0, 2; -fx-background-radius: 5px; -fx-padding: 5px; }