public class CustomViewChartPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
color |
private DataPointVO |
dataPointVO |
Constructor and Description |
---|
CustomViewChartPoint(DataPointVO dataPointVO,
java.lang.String color) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColor() |
DataPointVO |
getDataPointVO() |
private final DataPointVO dataPointVO
private final java.lang.String color
public CustomViewChartPoint(DataPointVO dataPointVO, java.lang.String color)
public DataPointVO getDataPointVO()
public java.lang.String getColor()