apps/samples/Ensemble8/src/samples/java/ensemble/samples/charts/bar/image/ImageBarChartApp.java

Print this page

        

@@ -51,51 +51,45 @@
  * @preview preview.png
  * @see javafx.scene.chart.BarChart
  * @see javafx.scene.chart.CategoryAxis
  * @see javafx.scene.chart.NumberAxis
  * @playground chart.data
- * 
  * @playground - (name="xAxis")
  * @playground xAxis.autoRanging
  * @playground xAxis.gapStartAndEnd
  * @playground xAxis.startMargin
  * @playground xAxis.endMargin
- * 
  * @playground xAxis.animated
  * @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=-100,max=0,step=1)
  * @playground yAxis.upperBound (max=200,step=1)
  * @playground yAxis.tickUnit (step=1)
  * @playground yAxis.minorTickCount (max=16)
  * @playground yAxis.minorTickLength (max=15)
  * @playground yAxis.minorTickVisible
- * 
  * @playground yAxis.animated
  * @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