X
- This describes x axis.Y
- This describes y axis.
Layer for ChartStack.public class ChartStackLayer<X,Y> extends Object
Constructor and Description |
---|
ChartStackLayer(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) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
javafx.scene.paint.Color |
getLineColor() |
javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> |
getSeriesData() |
javafx.geometry.Side |
getSide() |
javafx.scene.chart.Axis<Y> |
getYAxis() |
void |
install() |
javafx.beans.property.StringProperty |
labelProperty() |
void |
setLabel(String pLabel) |
void |
uninstall() |
protected void |
updateYAxisLabel() |
public 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)
public javafx.beans.property.StringProperty labelProperty()
public String getLabel()
public void setLabel(String pLabel)
public javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> getSeriesData()
public javafx.scene.chart.Axis<Y> getYAxis()
public javafx.scene.paint.Color getLineColor()
public javafx.geometry.Side getSide()
public void install()
public void uninstall()
protected void updateYAxisLabel()
Copyright © 2023. All rights reserved.