iphone Programming Glossary: cptdecimalfromfloat
Using core plot for iPhone, drawing date on x axis http://stackoverflow.com/questions/2998398/using-core-plot-for-iphone-drawing-date-on-x-axis  NSTimeInterval xLow 0.0f sets the range of x values plotSpace.xRange CPTPlotRange plotRangeWithLocation CPTDecimalFromFloat xLow    length CPTDecimalFromFloat oneDay 5.0f sets the range of y values plotSpace.yRange CPTPlotRange plotRangeWithLocation.. 0.0f sets the range of x values plotSpace.xRange CPTPlotRange plotRangeWithLocation CPTDecimalFromFloat xLow    length CPTDecimalFromFloat oneDay 5.0f sets the range of y values plotSpace.yRange CPTPlotRange plotRangeWithLocation CPTDecimalFromFloat 0.0    length..  length CPTDecimalFromFloat oneDay 5.0f sets the range of y values plotSpace.yRange CPTPlotRange plotRangeWithLocation CPTDecimalFromFloat 0.0    length CPTDecimalFromFloat 5 plotting style is set to line plots CPTMutableLineStyle lineStyle CPTMutableLineStyle.. 
 
 
     
      |