Klasse ChartConverter
java.lang.Object
com.inet.report.chart.ChartConverter
Use this class to convert the chart of type
OldChart to Chart2.
To get the old OldChart object from a section set the configuration property 'OldChart API' to 'compliant up to version 7.x'.
Now you can use the old OldChart API. To convert the old chart to new Chart2 use this converter with replaceChart(OldChart).- Seit:
- 8.0
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic booleancompareSummaryFields(SummaryField first, SummaryField second) Compares the sum properties of two sum fields.static voidconvertChartToChart2(com.inet.report.OldChart oldChart, Chart2 newChart) Duplicates the properties from chart of typeOldChartto a chart of typeChart2.static voidreplaceChart(com.inet.report.OldChart oldChart) Converts the chart of typeOldCharttoChart2.
-
Konstruktordetails
-
ChartConverter
public ChartConverter()FOR INTERNAL USE ONLY
-
-
Methodendetails
-
replaceChart
-
convertChartToChart2
-
compareSummaryFields
Compares the sum properties of two sum fields. The sum fields are equal if they have same fields and operations.- Parameter:
first- the first field (nullnot permitted)second- the second field (nullnot permitted)- Gibt zurück:
- the result
- Seit:
- 11.0
-