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, toolTipPatternpointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSizepointColorByY, pointColorByY, pointShape, pointShapeXYZDataSeries pointSize(int factor)
DataSeries3DpointSize in interface DataSeriespointSize in interface DataSeries3Dfactor - point sizeXYZDataSeries pointSize(long factor)
DataSeries3DpointSize in interface DataSeriespointSize in interface DataSeries3Dfactor - point sizeXYZDataSeries pointSize(double factor)
DataSeries3DpointSize in interface DataSeriespointSize in interface DataSeries3Dfactor - point sizeXYZDataSeries pointSize(Number factor)
DataSeries3DpointSize in interface DataSeriespointSize in interface DataSeries3Dfactor - point sizeXYZDataSeries pointSize(Table t, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeriest - tablecolumnName - column in tXYZDataSeries pointSize(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeriessds - selectable data setcolumnName - column in sdsXYZDataSeries pointColor(Table t, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeriest - tablecolumnName - column in tXYZDataSeries pointColor(SelectableDataSet sds, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeriessds - selectable data setcolumnName - column in sdsXYZDataSeries pointLabel(Object label)
DataSeries3DpointLabel in interface DataSeriespointLabel in interface DataSeries3Dlabel - labelXYZDataSeries pointLabel(Table t, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeriest - tablecolumnName - column nameXYZDataSeries pointLabel(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeriessds - 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 DataSeriespointLabelFormat in interface DataSeries3Dformat - formatXYZDataSeries xToolTipPattern(String format)
DataSeries3DxToolTipPattern in interface DataSeriesxToolTipPattern in interface DataSeries3Dformat - formatXYZDataSeries yToolTipPattern(String format)
DataSeries3DyToolTipPattern in interface DataSeriesyToolTipPattern in interface DataSeries3Dformat - formatXYZDataSeries zToolTipPattern(String format)
DataSeries3DzToolTipPattern in interface DataSeries3Dformat - format