IBubbleChartAxis

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartAxis interface contains properties and methods that are used to determine parameters of bubble chart metrics.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartAxis

Comments

This interface is base one for the IBubbleChartAxisLinear interface.

Properties

  Property name Brief description
AutoMinMax The AutoMinMax property determines a method of setting maximum and minimum values of bubble chart metrics.
Max The Max property determines a maximum value of bubble chart metric.
Min The Min property determines a minimum value of bubble chart metric.
ScaleType The ScaleType property determines a method of calculating metric intervals.

Properties inherited from IBubbleChartAbstractItem

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

See also:

Chart Assembly Interfaces