PCObject

Namespace: PP.Ui;

Inheritance hierarchy

Object

PCObject

Description

The PCObject class is a base class for visual items of a parallel coordinates chart.

Syntax

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

Constructor

  Constructor name Brief description
PCObject The PCObject constructor creates a chart item.

Properties

  Property name Brief description
Chart The Chart property determines a plot area.
IsVisible The IsVisible property determines whether an element is displayed.

Methods

  Method name Brief description
animate The animate method calculates object position according to animation step.
draw The draw method prepares new data to display a chart element.
getName The getName method returns header of the first chart data source.
hide The hide method removes an element from the chart.
isCoordsInside The isCoordsInside method checks if the mouse hovers over the chart element.
renderFrame The renderFrame method renders an element.

Properties inherited from the class 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 the component parameters.

Methods inherited from the class 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:

Chart