IBubbleChartAxisLabelInfo

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartAxisLabelInfo interface contains properties and methods that are used to determine parameters of axes data labels.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartAxisLabelInfo

Comments

Labels parameters are available in the IBubbleChartAxisLinear.LabelsInfo property.

Properties

  Property name Brief description
BackgroundInfo The BackgroundInfo property returns label background parameters.
BorderColor The BorderColor property determines a label border color.
BorderRadius The BorderRadius property determines a rounding radius for label border corners.
BorderThickness The BorderThickness property determines width of label border line.
Font The Font property determines a label font.
FontColor The FontColor property determines a label font color.
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 the parent object, which includes the current bubble chart element.

See also:

Chart Assembly Interfaces