IBubbleChartAxis

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartAxis interface contains properties and methods used to define parameters of bubble chart metrics.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartAxis

Comments

This interface is basic for the IBubbleChartAxisLinear interface.

Properties

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

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