diff --git a/OVGraphView/OVGraphView/OVGraphPlotView.h b/OVGraphView/OVGraphView/OVGraphPlotView.h index ecd2b81..e191c07 100644 --- a/OVGraphView/OVGraphView/OVGraphPlotView.h +++ b/OVGraphView/OVGraphView/OVGraphPlotView.h @@ -11,7 +11,7 @@ #import "OVGraphYIndicatorView.h" @class OVPlotScrollView; @interface OVGraphPlotView : UIView { - int yscale; + double yscale; int spacebetweenpoints; UIColor *opaquecolor; UIColor *lightercolor;