Uses of Class
net.pricefx.common.api.chart.AuxLineColor
-
Packages that use AuxLineColor Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of AuxLineColor in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return AuxLineColor Modifier and Type Method Description static AuxLineColor
AuxLineColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuxLineColor[]
AuxLineColor. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuxLineColor in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type AuxLineColor Modifier and Type Method Description AuxLine<C>
AuxLine. setColor(AuxLineColor color)
TrendLine<S>
TrendLine. setColor(AuxLineColor color)
-