mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
9 lines
421 B
XML
9 lines
421 B
XML
<?import javafx.scene.chart.LineChart?>
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
<BorderPane prefHeight="-1.0" prefWidth="-1.0" xmlns:fx="http://javafx.com/fxml">
|
|
<center>
|
|
<LineChart fx:id="chart" alternativeColumnFillVisible="false" alternativeRowFillVisible="false" animated="true"
|
|
horizontalGridLinesVisible="true" legendVisible="false">
|
|
</LineChart>
|
|
</center>
|
|
</BorderPane> |