IBubbleChartAxisLabelInfo

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartAxisLabelInfo interface contains properties and methods used to define parameters of labels for axes' data.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartAxisLabelInfo

Comments

Labels parameters are available in the IBubbleChartAxisLinear.LabelsInfo property.

Properties

  Property name Brief description
BackgroundInfo The BackgroundInfo property returns parameters of label background.
BorderColor The BorderColor property determines color of label border.
BorderRadius The BorderRadius property determines the rounding radius for corners of the label border.
BorderThickness The BorderThickness property determines width of label border line.
Font The Font property determines label font.
FontColor The FontColor property determines color of the label font.
Margin The Margin property determines the distance between the label borders and the border of neighbor components.

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