IBubbleChart

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChart interface contains properties and methods used to define matrix parameters.

Inheritance Hierarchy

          IBubbleChart

Comments

A matrix is an express report object used to create an animated chart. Matrix parameters can be received in the  IEaxBubbleChart.Chart property.

Properties

  Property name Brief description
The AxisX property returns matrix X axis parameters.
The AxisY property returns matrix Y axis parameters.
The Caption property returns parameters of the bubble chart title.
The ColorAxis property returns parameters of matrix color scale.

The ChartArea property returns parameters of the bubble chart plot area.

The GraphArea property returns parameters of the matrix animation area.
The Legend property returns legend parameters.
The NoDataAxisType property determines, which axis is used to check for zero values for displaying of matrix bubbles.
The RadialAxis property returns parameters of the bubble size scale for the bubble chart.
The Series property returns series parameters.
The ShowBubblesWithNoData property determines whether matrix bubbles which do not have data are displayed.
The TimeLine property returns parameters of time line of the bubble chart.
The UseFillForTooltip property determines whether the color of a tooltip border corresponds to the color of the bubble.
The UseSelectOnRightClick property determines whether matrix elements can be selected on the right mouse click on them.

Methods

  Method name Brief description
The LoadFromXml method loads specified portion of bubble chart settings from an XML structure.
The SaveImageToFile method saves a bubble chart image to a file.
The SaveToXml method saves bubble chart settings to an XML structure and returns the resulting value.

See also:

Chart Assembly Interfaces