IBubbleChartAxisLinear

Assembly: Chart;

Namespace]: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartAxisLinear interface contains properties and methods used to define parameters of matrix axes.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartAxis

          IBubbleChartAxisLinear

Comments

Axes parameters are available in the following properties:

Properties

  Property name Brief description
AxisLineColor The AxisLineColor property determines color of the bubble chart axis.
Caption The Caption property returns parameters of bubble chart axis title.
CrossValue The CrossValue property returns coordinate of the point where the bubble chart axis crosses another axis.
LabelsInfo The LabelsInfo property returns parameters of axis data labels.
TickLineColor The TickLineColor property determines color of tick marks in the bubble chart axis.
TickLineThickness The TickLineThickness property determines thickness of tick marks in the bubble chart axis.

Properties inherited from IBubbleChartAxis

  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