Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartLegend interface contains properties used to determine parameters of the matrix legend.
IBubbleChartLegend
The user can get bubble chart legend parameters in the IBubbleChart.Legend property.
| Property name | Brief description | |
| ColumnCount | The ColumnCount property determines the number of columns in the legend. | |
| EnableBorder | The EnableBorder property determines whether the legend area has a border. | |
| FooterCaption | The FooterCaption property determines parameters of the legend footer. | |
| HeaderCaption | The HeaderCaption property determines parameters of the legend header. |
| Property name | Brief description | |
| Font | The Font property determines text font. | |
| FontColor | The FontColor property determines font color. | |
| HorizontalAlignment | The HorizontalAlignment property determines method of horizontal text alignment. | |
| Margin | The Margin property determines values of external margins. | |
| Padding | The Padding property determines the space between the text and bubble chart component border. | |
| TextDirection | The TextDirection property determines text direction. | |
| VerticalAlignment | The VerticalAlignment property determines the method of vertical alignment of bubble chart legend. | |
| Visible | The Visible property determines whether the text is visible. | |
| WordWrap | The WordWrap property determines whether the text can be wrapped. |
| Property name | Brief description | |
| BackgroundInfo | The BackgroundInfo property returns fill options. | |
| BorderColor | The BorderColor property determines border color. | |
| BorderRadius | The BorderRadius property determines rounding radius for corners of component border. | |
| BorderThickness | The BorderThickness property determines width of component border line. |
| Property name | Brief description | |
| The Chart property returns parent object which includes the current bubble chart element. |
See also: