EaxBubbleTree

Assembly: Express;

Description

The EaxBubbleTree class is used to work with bubble tree.

Comments

Bubble tree is a method of displaying hierarchical data as a set of interrelated bubbles. Each hierarchy branch has its own bubble, which is related with the bubbles that are elements of the same level of hierarchy. All elements in the same branch and on the same level form a circle, the centre of which is a parent element of hierarchy. Each bubble diameter is proportional to the value of the corresponding hierarchy element. Bubble color is also determined by hierarchy element's value.

Class static properties inherited from IEaxBubbleTree

  Property name Brief description
BubbleTree

The BubbleTree property returns object containing parameters of bubble tree display parameters in express report.

Class static properties inherited from IEaxVisualizer

  Property name Brief description
IndicatorCount The IndicatorCount property returns the number of visualizer metrics.

Class static properties inherited from IEaxObject

  Property name Brief description
Active The Active property determines active object of the express report.
AllowSaveData The AllowSaveData property determines whether after modification object data will be saved to the source.
Available The Available property returns the availability criterion for the object in the express report.
CombinedIndicatorSelection The CombinedIndicatorSelection property returns selection of all dimension metrics in view.
Description The Description property returns description of an express report object.
Enabled The Enabled property determines whether the object should be plotted.
Id The Id property determines object identifier.
IndicatorLegendAssignment The IndicatorLegendAssignment property determines metric purpose in visualizer legend.
IndicatorSelection The IndicatorSelection property returns dimension metric selection in view.
IsLoaded The IsLoaded property determines whether analytical area object will be loaded.
Laner The Laner property determines object to work with workbook of time series database in the series mode.
Pivot The Pivot property determines object which is a base to build data table.
PrintSettings The PrintSettings property returns parameters of express report object print and export.
SelectionManager The SelectionManager property returns an object used to work with dimension selection.
SyncIndicators The SyncIndicators property determines whether metric synchronization is enables for visualizers.
Tag The Tag property determines any value linked to the object.
Type The Type property determines the type of express report object.
UndoRedo The UndoRedo property returns undo/redo stack parameters of express report object.
ViewScale The ViewScale property determines size of object window in the express report.
ViewSize The ViewSize property returns the express report object size.
Visible The Visible property determines whether the object is displayed in express report window and printed.

Class property methods inherited from IEaxObject

  Method name Brief description
Load The Load method loads analytical area method.
Refresh The Refresh method updates an express report object.

See also:

Express Assembly Classes