Uses of Class
com.storedobject.chart.GraphData.ValueNode
Packages that use GraphData.ValueNode
-
Uses of GraphData.ValueNode in com.storedobject.chart
Methods in com.storedobject.chart that return GraphData.ValueNodeModifier and TypeMethodDescriptionSets the numerical value for theValueNode
.Constructor parameters in com.storedobject.chart with type arguments of type GraphData.ValueNodeModifierConstructorDescriptionXYGraphChart
(AbstractDataProvider<?> xData, GraphData<GraphData.ValueNode> graphData) Constructs an XYGraphChart, a specialized chart type that uses graphical representation of data in an XY format.