Namespace: PP;
MapBarAxis
The MapBarAxis class is used to work with axis of bar factor.
PP.initClass(PP.MapBarAxis, PP.Object, "PP.MapBarAxis");
Constructor name | Brief description | |
MapBarAxis | The MapBarAxis constructor creates an instance of the MapBarAxis class. |
Property name | Brief description | |
Pen | The Pen property determines a pen used to render axis tick marks. | |
Visibility | The Visibility property determines attribute whether bar factor axis is shown. |
Method name | Brief description | |
prepareToRender | The prepareToRender method renders bar factor axis. |
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: