Deprecated API
Contents
-
Deprecated Enum ClassesEnum ClassDescriptionUse
PieStyler.LabelTypewithPieStyler.setLabelType(LabelType)instead. Full mapping:Value→PieStyler.LabelType.Value,Percentage→PieStyler.LabelType.Percentage,Label→PieStyler.LabelType.Name,LabelAndPercentage→PieStyler.LabelType.NameAndPercentage,LabelAndValue→PieStyler.LabelType.NameAndValue.
-
Deprecated MethodsMethodDescriptionuse
ChartEncoder.getBytes(IChart, String)insteaduseChartEncoder.saveChart(IChart, String, String)insteaduseSeries.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0useSeries.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0useSeries.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0useSeries.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0useChartEncoderper chart, or merge charts before exportuseChartEncoderper chart, or merge charts before exportuseChartEncoderper chart, or merge charts before exportuseChartEncoder.saveChart(IChart, OutputStream, String)with format"pdf"insteaduseChartEncoder.saveChart(IChart, OutputStream, String)with format"pdf"insteaduseChartEncoder.saveChart(IChart, String, String)with format"pdf"insteaduseSeries.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0useSeries.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0UsePieStyler.setLabelsDistance(double)instead.UsePieStyler.setLabelType(LabelType)instead.