public interface XYZDataSeries extends DataSeries3D, XYDataSeries
| Modifier and Type | Method and Description |
|---|---|
XYZDataSeries |
pointColor(SelectableDataSet sds,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
XYZDataSeries |
pointColor(Table t,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
XYZDataSeries |
pointLabel(Object label)
Defines the default label for points in this dataset.
|
XYZDataSeries |
pointLabel(SelectableDataSet sds,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
XYZDataSeries |
pointLabel(Table t,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
XYZDataSeries |
pointLabelFormat(String format)
Sets the point label format.
|
XYZDataSeries |
pointSize(double factor)
Gets the default point size.
|
XYZDataSeries |
pointSize(int factor)
Gets the default point size.
|
XYZDataSeries |
pointSize(long factor)
Gets the default point size.
|
XYZDataSeries |
pointSize(Number factor)
Gets the default point size.
|
XYZDataSeries |
pointSize(SelectableDataSet sds,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
XYZDataSeries |
pointSize(Table t,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
XYZDataSeries |
xToolTipPattern(String format)
Sets the x-value tooltip format.
|
XYZDataSeries |
yToolTipPattern(String format)
Sets the y-value tooltip format.
|
XYZDataSeries |
zToolTipPattern(String format)
Sets the z-value tooltip format.
|
gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern
pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize
pointColorByY, pointColorByY, pointShape, pointShape
XYZDataSeries pointSize(int factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeXYZDataSeries pointSize(long factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeXYZDataSeries pointSize(double factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeXYZDataSeries pointSize(Number factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeXYZDataSeries pointSize(Table t, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
t - tablecolumnName - column in t
XYZDataSeries pointSize(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
sds - selectable data setcolumnName - column in sds
XYZDataSeries pointColor(Table t, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeries
t - tablecolumnName - column in t
XYZDataSeries pointColor(SelectableDataSet sds, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeries
sds - selectable data setcolumnName - column in sds
XYZDataSeries pointLabel(Object label)
DataSeries3DpointLabel in interface DataSeries
pointLabel in interface DataSeries3D
label - labelXYZDataSeries pointLabel(Table t, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeries
t - tablecolumnName - column nameXYZDataSeries pointLabel(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeries
sds - selectable data setcolumnName - column nameXYZDataSeries pointLabelFormat(String format)
DataSeries3DUse {0} where the data series name should be inserted, {1} for the x-value and {2} y-value e.g. "{0}: ({1}, {2})" will display as Series1: (2.0, 5.5).
pointLabelFormat in interface DataSeries
pointLabelFormat in interface DataSeries3D
format - formatXYZDataSeries xToolTipPattern(String format)
DataSeries3DxToolTipPattern in interface DataSeries
xToolTipPattern in interface DataSeries3D
format - formatXYZDataSeries yToolTipPattern(String format)
DataSeries3DyToolTipPattern in interface DataSeries
yToolTipPattern in interface DataSeries3D
format - formatXYZDataSeries zToolTipPattern(String format)
DataSeries3DzToolTipPattern in interface DataSeries3D
format - format