Package io.deephaven.plot.datasets.xy
Interface XYDataSeries
- All Superinterfaces:
DataSeries
,Serializable
,Series
- All Known Subinterfaces:
Figure
,IntervalXYDataSeries
,IntervalXYDataSeriesInternal
,OHLCDataSeries
,OHLCDataSeriesInternal
,XYDataSeriesFunction
,XYDataSeriesFunctionInternal
,XYDataSeriesInternal
,XYErrorBarDataSeries
,XYErrorBarDataSeriesInternal
- All Known Implementing Classes:
AbstractXYDataSeries
,FigureImpl
,FigureWidget
,IntervalXYDataSeriesArray
,OHLCDataSeriesArray
,OHLCDataSeriesSwappableTableArray
,OHLCDataSeriesTableArray
,ScatterPlotMatrix
,XYDataSeriesArray
,XYDataSeriesFunctionImpl
,XYDataSeriesSwappableTableArray
,XYDataSeriesTableArray
,XYErrorBarDataSeriesArray
,XYErrorBarDataSeriesSwappableTableArray
,XYErrorBarDataSeriesTableArray
DataSeries
with two numerical components, x and y. Data points are numbered and are accessed with an index.-
Method Summary
Modifier and TypeMethodDescriptionpointColor
(int... pointColors) Sets the point color.pointColor
(Table t, String pointColors) Sets the point color.pointColor
(Paint... pointColor) Sets the point color.<T extends Paint>
XYDataSeriespointColor
(IndexableData<T> pointColor) Sets the point color.pointColor
(SelectableDataSet sds, String pointColors) Sets the point color.pointColor
(Integer... pointColors) Sets the point color.pointColor
(String... pointColors) Sets the point color.pointColorInteger
(IndexableData<Integer> colors) Sets the point color.pointLabel
(Table t, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel
(IndexableData<?> pointLabels) Sets the point label for data point i from index i of the input labels.pointLabel
(SelectableDataSet sds, String pointLabel) Sets the point label for data point i from index i of the input labels.pointLabel
(Object... pointLabels) Sets the point label for data point i from index i of the input labels.pointShape
(Table t, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape
(Shape... pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape
(IndexableData<String> pointShapes) Sets the point shapes for data point i from index i of the input labels.pointShape
(SelectableDataSet sds, String pointShape) Sets the point shapes for data point i from index i of the input labels.pointShape
(String... pointShapes) Sets the point shapes for data point i from index i of the input labels.pointSize
(double... pointSizes) Sets the point size.pointSize
(int... pointSizes) Sets the point size.pointSize
(long... pointSizes) Sets the point size.Sets the point size.pointSize
(IndexableData<Double> pointSizes) Sets the point size.pointSize
(SelectableDataSet sds, String pointSize) Sets the point size.<T extends Number>
XYDataSeriespointSize
(T[] pointSizes) Sets the point size.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
-
Method Details
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
pointSizes
- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
pointSizes
- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
pointSizes
- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
pointSizes
- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Type Parameters:
T
- data type of thefactors
- Parameters:
pointSizes
- factors to multiply the default size (1) by- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
t
- table containing factors to multiply the default size (1) bypointSizes
- column int
containing size scaling factors. The size data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointSize
Sets the point size. A scale factor of 1 is the default size. A scale factor of 2 is 2x the default size. Unspecified points use the default size.- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing factors to multiply the default size (1) bypointSize
- column insds
containing size scaling factors. The size data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Type Parameters:
T
- data type of thecolors
- Parameters:
pointColor
- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
pointColor
- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColorInteger
Sets the point color. Unspecified points use the default color.- Parameters:
colors
- colors. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
pointColors
- color palette indices. The color for data point i comes from index i. A value of 3 corresponds to the 3rd color from the color pallette.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
pointColors
- color palette indices. The color for data point i comes from index i. A value of 3 corresponds to the 3rd color from the color pallette.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
pointColors
- color names. The color for data point i comes from index i.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
t
- table containing colorspointColors
- column int
containing colors. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointColor
Sets the point color. Unspecified points use the default color.- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing colorspointColors
- column insds
containing colors. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointLabel
Sets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Parameters:
pointLabels
- labels- Returns:
- this XYDataSeries
-
pointLabel
Sets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Parameters:
pointLabels
- labels- Returns:
- this XYDataSeries
-
pointLabel
Sets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Parameters:
t
- table containing labelspointLabel
- column int
containing labels. The label data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointLabel
Sets the point label for data point i from index i of the input labels. Points outside of these indices are unlabeled.- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing labelspointLabel
- column insds
containing labels. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointShape
Sets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Parameters:
pointShapes
- shapes- Returns:
- this XYDataSeries
-
pointShape
Sets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Parameters:
pointShapes
- shapes- Returns:
- this XYDataSeries
-
pointShape
Sets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Parameters:
pointShapes
- shapes- Returns:
- this XYDataSeries
-
pointShape
Sets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Parameters:
t
- table containing shapespointShape
- column int
containing shapes. The shape data for point i comes from row i.- Returns:
- this XYDataSeries
-
pointShape
Sets the point shapes for data point i from index i of the input labels. Points outside of these indices use default shapes.- Parameters:
sds
- selectable data set (e.g. OneClick filterable table) containing shapespointShape
- column insds
containing shapes. The color data for point i comes from row i.- Returns:
- this XYDataSeries
-