apps/samples/Ensemble8/src/samples/java/ensemble/samples/charts/scatter/chart/ScatterChartApp.java

Print this page

        

*** 55,111 **** * @see javafx.scene.chart.NumberAxis * @related /Charts/Line/Line Chart * @related /Charts/Area/Area Chart * @docUrl http://docs.oracle.com/javafx/2/charts/jfxpub-charts.htm Using JavaFX Charts Tutorial * @playground chart.data - * * @playground - (name="xAxis") * @playground xAxis.autoRanging * @playground xAxis.forceZeroInRange * @playground xAxis.lowerBound (min=-10, max=10, step=0.25) * @playground xAxis.upperBound (max=20, step=0.25) * @playground xAxis.tickUnit (max=10, step=0.25) * @playground xAxis.minorTickCount (max=16) * @playground xAxis.minorTickLength (max=15) * @playground xAxis.minorTickVisible - * * @playground xAxis.animated * @playground xAxis.label * @playground xAxis.side * @playground xAxis.tickLabelFill * @playground xAxis.tickLabelGap * @playground xAxis.tickLabelRotation (min=-180,max=180,step=1) * @playground xAxis.tickLabelsVisible * @playground xAxis.tickLength * @playground xAxis.tickMarkVisible - * * @playground - (name="yAxis") * @playground yAxis.autoRanging * @playground yAxis.forceZeroInRange * @playground yAxis.lowerBound (min=-5,max=5,step=0.25) * @playground yAxis.upperBound (max=10,step=0.25) * @playground yAxis.tickUnit (max=10,step=0.25) * @playground yAxis.minorTickCount (max=16) * @playground yAxis.minorTickLength (max=15) * @playground yAxis.minorTickVisible - * * @playground yAxis.animated * @playground yAxis.label * @playground yAxis.side * @playground yAxis.tickLabelFill * @playground yAxis.tickLabelGap * @playground yAxis.tickLabelRotation (min=-180,max=180,step=1) * @playground yAxis.tickLabelsVisible * @playground yAxis.tickLength * @playground yAxis.tickMarkVisible - * * @playground - (name="chart") * @playground chart.horizontalGridLinesVisible * @playground chart.horizontalZeroLineVisible * @playground chart.verticalGridLinesVisible * @playground chart.verticalZeroLineVisible - * * @playground chart.animated * @playground chart.legendSide * @playground chart.legendVisible * @playground chart.title * @playground chart.titleSide --- 55,105 ----