-
Deprecated MethodsMethodDescriptionthis method might be dropped because the painter should be of no concern.use
AAxis.getAxisTitle()and on the resultIAxis.AxisTitle.setTitle(String)useAAxis.getAxisTitle()and on the resultIAxis.AxisTitle.setTitlePainter(IAxisTitlePainter)instead.useinstead.Chart2D.setAxisXBottom(AAxis, int)useinstead.Chart2D.setAxisYLeft(AAxis, int)usewithChart2D.setToolTipType(IToolTipType)instead.Chart2D.ToolTipType.DATAVALUESthis method is a candidate for wrong behavior when using multiple axes.useIAxis.getAxisTitle()and on the resultIAxis.AxisTitle.getTitle().this method might be dropped because the painter should be of no concern.useIAxis.getAxisTitle()and on the resultIAxis.AxisTitle.setTitle(String)useIAxis.getAxisTitle()and on the resultIAxis.AxisTitle.setTitlePainter(IAxisTitlePainter).Replace with Point.getLocationOnScreen(MouseEvent) as soon as jdk 1.6 is used.
AAxis.getAxisTitle()and on the resultIAxis.AxisTitle.getTitle().