ChartLabelCollection

Namespace: PP.Ui;

Inheritance hierarchy

Object

List

BubbleChartObjectCollection

ChartLabelCollection

Description

The ChartLabelCollection class implements a collection of bubble chart text labels.

Syntax

PP.initClass(PP.Ui.ChartLabelCollection, PP.Ui.BubbleChartObjectCollection, "PP.Ui.ChartLabelCollection");

Constructor

  Constructor name Overview
sub_image.gif ChartLabelCollection The ChartLabelCollection constructor creates an instance of the ChartLabelCollection class.

Properties

  Property name Brief description
property_image.gif MaskText The MaskText property determines a text mask for collection labels.
property_image.gif Style The Style property determines a style for collection labels.

Methods

  Method name Brief description
sub_image.gif getMaxHeight The getMaxHeight method calculates maximum height for collection labels.
sub_image.gif getMaxWidth The getMaxWidth method calculates maximum width for collection labels.

Properties inherited from the BubbleChartObjectCollection class

  Property name Brief description
property_image.gif Chart The Chart property determines a bubble chart.
property_image.gif IntervalsCount The IntervalsCount property determines total number of intervals between collection objects.
property_image.gif IsVisible The IsVisible property determines whether collection objects are visible.
property_image.gif Max The Max property determines maximum value of objects in the collection.
property_image.gif Min The Min property determines minimum value of objects in the collection.

Methods inherited from the BubbleChartObjectCollection class

  Method name Brief description
sub_image.gif draw The draw method draws collection objects in a bubble chart.
sub_image.gif hide The hide method hides collection objects in a bubble chart.
sub_image.gif rebuild The rebuild method clears a bubble chart from the collection of objects.

Methods inherited from the class List

  Method name Brief description
add The add method adds an element to the collection.
clear The clear method removes all objects from the collection.
contains The contains method determines whether the collection includes the specified element.
getCount The getCount method returns the number of collection elements.
getItem The getItem method returns the collection element by the specified index.
indexOf The indexOf method returns index of the specified collection element.
insert The insert method inserts an element to the specified position.
insertBefore The insertBefore method inserts an element to the position before the specified element.
remove The remove method removes the specified element from the collection.
setItem The setItem method writes the element to the specified position in the collection.

Events inherited from the class List

   Event name Brief description
Changed The Changed event occurs after changing collection state.
Changing The Changing event occurs on changing collection state.

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:

BubbleChart