public class OneValueChartDataPoint extends DataPoint
Constructor and Description |
---|
OneValueChartDataPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getValue()
Value.
|
int |
hashCode() |
OneValueChartDataPoint |
invertIfNegative(Boolean invertIfNegative) |
Boolean |
isInvertIfNegative()
True if the data point shall invert its colors if the value is negative.
|
Boolean |
isSetAsTotal()
SetAsTotal.
|
OneValueChartDataPoint |
setAsTotal(Boolean setAsTotal) |
void |
setInvertIfNegative(Boolean invertIfNegative) |
void |
setSetAsTotal(Boolean setAsTotal) |
void |
setValue(Double value) |
String |
toString() |
OneValueChartDataPoint |
value(Double value) |
effectFormat, fillFormat, getEffectFormat, getFillFormat, getLineFormat, getThreeDFormat, lineFormat, setEffectFormat, setFillFormat, setLineFormat, setThreeDFormat, threeDFormat
public OneValueChartDataPoint value(Double value)
public Double getValue()
public void setValue(Double value)
public OneValueChartDataPoint setAsTotal(Boolean setAsTotal)
public Boolean isSetAsTotal()
public void setSetAsTotal(Boolean setAsTotal)
public OneValueChartDataPoint invertIfNegative(Boolean invertIfNegative)
public Boolean isInvertIfNegative()
public void setInvertIfNegative(Boolean invertIfNegative)
Copyright © 2022. All rights reserved.