IChart > Chart Assembly Interfaces > IBubbleChartCaption
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartCaption interface contains properties that are used to determine caption parameters.
IBubbleChartCaption
The interface is outdated.
Various caption parameters are available in the following properties:
IBubbleChart.Caption. Bubble chart caption.
IBubbleChartAxisLinear.Caption. Bubble chart axis caption.
IBubbleChartLegend.FooterCaption. Legend footer.
IBubbleChartLegend.HeaderCaption. Legend header.
Property name | Brief description | |
![]() |
Text | The Text property determines a caption text. |
Property name | Brief description | |
![]() |
Font | The Font property determines text font. |
![]() |
FontColor | The FontColor property determines font color. |
![]() |
HorizontalAlignment | The HorizontalAlignment property determines a 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 a method of vertical alignment of bubble chart legend. |
![]() |
Visible | The Visible property determines whether text is visible. |
![]() |
WordWrap | The WordWrap property determines whether text can be wrapped. |
Property name | Brief description | |
![]() |
BackgroundInfo | The BackgroundInfo property returns fill options. |
![]() |
BorderColor | The BorderColor property determines a border color. |
![]() |
BorderRadius | The BorderRadius property determines a rounding radius for component border corners. |
![]() |
BorderThickness | The BorderThickness property determines a thickness of component border line. |
Property name | Brief description | |
![]() |
The Chart property returns the parent object, which includes the current bubble chart element. |
See also: