Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartAxisLabelInfo interface contains properties and methods that are used to determine parameters of axes data labels.
IBubbleChartAxisLabelInfo
The interface is outdated.
Labels parameters are available in the IBubbleChartAxisLinear.LabelsInfo property.
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. |
Property name | Brief description | |
The Chart property returns the parent object, which includes the current bubble chart element. |
See also: