Searched refs:graphWidget_RIGHT (Results 1 – 1 of 1) sorted by relevance
91 XYGraphWidget graphWidget_RIGHT = myXYPlot_RIGHT.getGraphWidget(); in onCreate() local92 graphWidget_RIGHT.getBackgroundPaint().setAlpha(0); in onCreate()93 graphWidget_RIGHT.getDomainLabelPaint().setAlpha(0); in onCreate()94 graphWidget_RIGHT.getGridBackgroundPaint().setAlpha(0); in onCreate()95 graphWidget_RIGHT.getDomainOriginLabelPaint().setAlpha(0); in onCreate()96 graphWidget_RIGHT.getRangeOriginLinePaint().setAlpha(0); in onCreate()97 graphWidget_RIGHT.getDomainGridLinePaint().setAlpha(0); in onCreate()98 graphWidget_RIGHT.getRangeGridLinePaint().setAlpha(0); in onCreate()99 graphWidget_RIGHT.setRangeAxisPosition(false, false, 4, "10"); in onCreate()102 … graphWidget_RIGHT.setRangeLabelVerticalOffset(graphWidget_LEFT.getRangeLabelVerticalOffset()); in onCreate()[all …]