IBubbleChart

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChart interface contains properties and methods that are used to determine bubble chart parameters.

Inheritance Hierarchy

          IBubbleChart

Comments

A bubble chart is an express report object that is used to create an animated chart. Bubble chart parameters can be received using the IEaxBubbleChart.Chart property.

Properties

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

The ChartArea property returns parameters of bubble chart plot area.

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

Methods

  Method name Brief description
The LoadFromXml method loads the specified part 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 gets the output value.

See also:

Chart Assembly Interfaces