public interface DataSeries3D extends DataSeries
Modifier and Type | Method and Description |
---|---|
DataSeries3D |
gradientVisible(boolean visible)
Sets whether bar gradients are visible.
|
DataSeries3D |
lineColor(int color)
Defines the default line color.
|
DataSeries3D |
lineColor(com.illumon.iris.gui.color.Paint color)
Defines the default line color.
|
DataSeries3D |
lineColor(String color)
Defines the default line color.
|
DataSeries3D |
lineStyle(LineStyle style)
Sets the line style.
|
DataSeries3D |
linesVisible(Boolean visible)
Sets whether lines are visible.
|
DataSeries3D |
pointColor(int color)
Defines the default point color.
|
DataSeries3D |
pointColor(com.illumon.iris.gui.color.Paint color)
Defines the default point color.
|
DataSeries3D |
pointColor(String color)
Defines the default point color.
|
DataSeries3D |
pointLabel(Object label)
Defines the default label for points in this dataset.
|
DataSeries3D |
pointLabelFormat(String format)
Sets the point label format.
|
DataSeries3D |
pointSize(double factor)
Gets the default point size.
|
DataSeries3D |
pointSize(int factor)
Gets the default point size.
|
DataSeries3D |
pointSize(long factor)
Gets the default point size.
|
DataSeries3D |
pointSize(Number factor)
Gets the default point size.
|
DataSeries3D |
pointsVisible(Boolean visible)
Sets whether points are visible.
|
default DataSeries3D |
seriesColor(int color)
Defines the default line and point color.
|
default DataSeries3D |
seriesColor(com.illumon.iris.gui.color.Paint color)
Defines the default line and point color.
|
default DataSeries3D |
seriesColor(String color)
Defines the default line and point color.
|
default DataSeries3D |
toolTipPattern(String format)
Sets the tooltip format.
|
DataSeries3D |
xToolTipPattern(String format)
Sets the x-value tooltip format.
|
DataSeries3D |
yToolTipPattern(String format)
Sets the y-value tooltip format.
|
DataSeries3D |
zToolTipPattern(String format)
Sets the z-value tooltip format.
|
pointColorByY, pointColorByY, pointShape, pointShape
DataSeries3D linesVisible(Boolean visible)
linesVisible
in interface DataSeries
visible
- line visibilityDataSeries3D pointsVisible(Boolean visible)
pointsVisible
in interface DataSeries
visible
- point visibilityDataSeries3D gradientVisible(boolean visible)
gradientVisible
in interface DataSeries
visible
- bar gradient visibilityDataSeries3D pointSize(int factor)
pointSize
in interface DataSeries
factor
- point sizeDataSeries3D pointSize(long factor)
pointSize
in interface DataSeries
factor
- point sizeDataSeries3D pointSize(double factor)
pointSize
in interface DataSeries
factor
- point sizeDataSeries3D pointSize(Number factor)
pointSize
in interface DataSeries
factor
- point sizedefault DataSeries3D seriesColor(com.illumon.iris.gui.color.Paint color)
seriesColor
in interface DataSeries
color
- colordefault DataSeries3D seriesColor(int color)
seriesColor
in interface DataSeries
color
- colordefault DataSeries3D seriesColor(String color)
seriesColor
in interface DataSeries
color
- colorDataSeries3D pointColor(com.illumon.iris.gui.color.Paint color)
pointColor
in interface DataSeries
color
- colorDataSeries3D pointColor(int color)
pointColor
in interface DataSeries
color
- colorDataSeries3D pointColor(String color)
pointColor
in interface DataSeries
color
- colorDataSeries3D pointLabel(Object label)
pointLabel
in interface DataSeries
label
- labelDataSeries3D lineColor(com.illumon.iris.gui.color.Paint color)
lineColor
in interface DataSeries
color
- colorDataSeries3D lineColor(int color)
lineColor
in interface DataSeries
color
- color palette indexDataSeries3D lineColor(String color)
lineColor
in interface DataSeries
color
- colorDataSeries3D lineStyle(LineStyle style)
lineStyle
in interface DataSeries
style
- styleDataSeries3D pointLabelFormat(String format)
Use {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
format
- formatdefault DataSeries3D toolTipPattern(String format)
toolTipPattern
in interface DataSeries
format
- formatDataSeries3D xToolTipPattern(String format)
xToolTipPattern
in interface DataSeries
format
- formatDataSeries3D yToolTipPattern(String format)
yToolTipPattern
in interface DataSeries
format
- formatDataSeries3D zToolTipPattern(String format)
format
- format