DefaultSettingsProvider

Namespace: PP.Ui;

Inheritance Hierarchy

Object

DefaultSettingsProvider

Description

The DefaultSettingsProvider class is a base class to be provided for settings visualizers.

Syntax

PP.initClass(PP.Ui.DefaultSettingsProvider, PP.Ui.Object, "PP.Ui.DefaultSettingsProvider");

Constructor

  Constructor name Brief description
DataVisualizer The DataVisualizer constructor creates an instance of the DataVisualizer class.

Properties

  Property name Brief description
DataVisualizer The DataVisualizer property determines a parent visualizer.

Methods

  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.

Properties inherited from Object

  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 component parameters.

Methods inherited from Object

  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:

PP.Ui