Class RMGraphSeries.Item
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSeries.Item
- Enclosing class:
- RMGraphSeries
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge
 shape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBar()Returns the bar created for this series value.floatReturns the float value for this series value.getGroup()Returns the group.getKey()Returns the key.getValue()Returns the value for this series value.voidSets the bar created for this series value.
- 
Constructor Details- 
ItemCreates a new series value.
 
- 
- 
Method Details- 
getKeyReturns the key.
- 
getGroupReturns the group.
- 
getValueReturns the value for this series value.
- 
getFloatValuepublic float getFloatValue()Returns the float value for this series value.
- 
getBarReturns the bar created for this series value.
- 
setBarSets the bar created for this series value.
 
-