IBubbleChartSerie

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartSerie interface contains properties used to define parameters of a matrix data series.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartSerie

Comments

Series parameters are available in the IBubbleChartSeries.Item property.

Properties

  Property name Brief description
The BackgroundInfo property returns fill options for the bubble area.
The BorderColor property determines color of bubble border line.
The BorderThickness property determines thickness of bubble border line
The Id property returns the object identifier.
The Label property returns parameters of the text data label shown next to the bubble.
The MarkerType property determines bubble shape.
The Name property returns name of matrix data series.
The TooltipInfo property returns parameters of the tooltip shown next to the bubble.

Properties inherited from IBubbleChartAbstractItem

  Property name Brief description
The Chart property returns parent object which includes the current bubble chart element.

See also:

Chart Assembly Interfaces