Searched refs:plotPixelSize (Results 1 – 1 of 1) sorted by relevance
51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() argument59 …)(stepValue/ ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)); in getStep()60 stepCount = plotPixelSize /stepPix; in getStep()64 stepCount = plotPixelSize /stepPix; in getStep()65 …Val = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*stepPix; in getStep()69 stepPix = (plotPixelSize /(stepCount-1)); in getStep()70 …Val = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*stepPix; in getStep()