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