Namespace: PP;
MapChartConverter
The MapChartConverter class is used to convert the object with values of the map properties of old format to the object of a new format.
The class is used to enable compatibility of map settings of old format.
PP.initClass(PP.MapChartConverter, PP.Object, 'PP.MapChartConverter');
Constructor name | Brief description | |
MapChartConverter | The MapChartConverter constructor creates an instance of the MapChartConverter class. |
Method name | Brief description | |
convertSettings | The convertSettings method converts an object with values of the map properties of old format to the object of new format. |
Property name | Brief description | |
Data | The Data property associates a random object with this component. | |
Id | The Id property sets component identifier. | |
Settings | The Settings property sets the component parameters. |
Method name | Brief description | |
clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
dispose | The dispose method deletes the component. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: