java.lang.Object
com.iamsoft.util.ui.javafx.chart.ChartStackLayer<X,Y>
- Type Parameters:
X
- This describes x axis.Y
- This describes y axis. Layer for ChartStack.
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptionChartStackLayer
(javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X, Y>> pSeriesData, javafx.scene.chart.Axis<Y> pYAxis, javafx.scene.paint.Color pLineColor, javafx.geometry.Side pSide, double pDefaultMinY, double pDefaultMaxY) ChartStackLayer
(javafx.scene.chart.XYChart.Series<X, Y> pSeries, javafx.scene.chart.Axis<Y> pYAxis, javafx.scene.paint.Color pLineColor, javafx.geometry.Side pSide, double pDefaultMinY, double pDefaultMaxY) -
Method Summary
-
Property Details
-
label
public javafx.beans.property.StringProperty labelProperty- See Also:
-
-
Constructor Details
-
ChartStackLayer
-
ChartStackLayer
-
-
Method Details
-
labelProperty
public javafx.beans.property.StringProperty labelProperty()- See Also:
-
getLabel
Gets the value of the property label.- Property description:
-
setLabel
Sets the value of the property label.- Property description:
-
getSeriesData
-
getYAxis
-
getLineColor
public javafx.scene.paint.Color getLineColor() -
getSide
public javafx.geometry.Side getSide() -
install
public void install() -
uninstall
public void uninstall() -
updateYAxisLabel
protected void updateYAxisLabel()
-