Namespace: PP.Ui;
MapDefaultSettingsProvider
The MapDefaultSettingsProvider class implements basic map settings.
PP.initClass(PP.Ui.MapDefaultSettingsProvider, DefaultSettingsProvider, 'PP.Ui.MapDefaultSettingsProvider');
| Constructor name | Brief description | |
| MapDefaultSettingsProvider | The MapDefaultSettingsProvider constructor creates an instance of the MapDefaultSettingsProvider class. |
| Method name | Brief description | |
| getArrowDefaultLabelMaskText | The getArrowDefaultLabelMaskText method returns format for displaying labels of arrows on a map. | |
![]() |
getArrowDefaultTooltipMaskText | The getArrowDefaultTooltipMaskText method contains format of labels of arrows on a map. |
![]() |
getBarDefaultTooltipMaskText | The getBarDefaultTooltipMaskText method returns format of displaying a bar factor tooltip on a map. |
![]() |
getBubbleDefaultTooltipMaskText | The getBubbleDefaultTooltipMaskText method returns format of displaying a bubble factor tooltip on a map. |
![]() |
getMarkerDefaultTooltipMaskText | The getMarkerDefaultTooltipMaskText method returns format of displaying a label tooltip on a map. |
![]() |
getPieDefaultTooltipMaskText | The getPieDefaultTooltipMaskText method returns format of displaying a pie factor tooltip on a map. |
| Property name | Brief description | |
| DataVisualizer | The DataVisualizer property determines a parent visualizer. |
| Method name | Brief description | |
| getDefaultLabelsMaskText | The getDefaultLabelsMaskText method returns default label text mask. | |
| getDefaultLegendBetweenFormat | The getDefaultLegendBetweenFormat method returns default "between" legend text format. | |
| getDefaultLegendGreaterFormat | The getDefaultLegendGreaterFormat method returns default "greater" legend text format. | |
| getDefaultLegendLessFormat | The getDefaultLegendLessFormat method returns default "less" legend text format. | |
| getDefaultLegendNoDataText | The getDefaultLegendNoDataText method returns default "no data" legend text format. | |
| getDefaultSizeLegendMaxValueFormat | The getDefaultSizeLegendMaxValueFormat method returns default "maximum" legend text format. | |
| getDefaultSizeLegendMinValueFormat | The getDefaultSizeLegendMinValueFormat method returns default "minimum" legend text format. | |
| getDefaultTooltipMaskText | The getDefaultTooltipMaskText method returns default tooltip text mask. |
| 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: