Uses of Class
net.pricefx.common.apibuilder.chart.AuxLine.Line
Packages that use AuxLine.Line
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AuxLine.Line in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return AuxLine.LineModifier and TypeMethodDescriptionAuxLine.Line.setSteepness(String steepness) Sets the line's steepness, its slope.AuxLine.Line.setYIntercept(String yIntercept) Sets the line's Y intercept, its Y value wherex = 0.AuxLine.withLine()Shapes this auxiliary line as a straight line,y = yIntercept + steepness * x.