-
Method Summary
Create a copy of the series on a different set of axes.
double
Gets the right-most point of the bar.
double
Gets the top-most point of the bar.
double
Gets the left-most point of the bar.
double
Gets the bottom-most point of the bar.
Methods inherited from interface io.deephaven.plot.datasets.DataSeries
errorBarColor, errorBarColor, errorBarColor, gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointLabel, pointLabelFormat, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern, xToolTipPattern, yToolTipPattern
Methods inherited from interface io.deephaven.plot.datasets.DataSeriesInternal
axes, chart, getErrorBarColor, getGradientVisible, getLineColor, getLineStyle, getLinesVisible, getPlotInfo, getPointLabelFormat, getPointsVisible, getSeriesColor, getXToolTipPattern, getYToolTipPattern, id, name, size
Methods inherited from interface io.deephaven.plot.datasets.xy.XYDataSeries
pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize
Methods inherited from interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
drawXError, drawYError, getPointColor, getPointColor, getPointLabel, getPointLabel, getPointShape, getPointShape, getPointSize, getPointSize, getX, getY
-
Method Details
-
-
getStartX
double getStartX(int item)
Gets the left-most point of the bar.
- Specified by:
getStartX
in interface XYDataSeriesInternal
- Parameters:
item
- index
- Returns:
- left-most point of the bar
-
getEndX
double getEndX(int item)
Gets the right-most point of the bar.
- Specified by:
getEndX
in interface XYDataSeriesInternal
- Parameters:
item
- index
- Returns:
- right-most point of the bar
-
getStartY
double getStartY(int item)
Gets the bottom-most point of the bar.
- Specified by:
getStartY
in interface XYDataSeriesInternal
- Parameters:
item
- index
- Returns:
- bottom-most point of the bar
-
getEndY
double getEndY(int item)
Gets the top-most point of the bar.
- Specified by:
getEndY
in interface XYDataSeriesInternal
- Parameters:
item
- index
- Returns:
- top-most point of the bar