CaptionParameters

CaptionParameters class

Caption parameters.

The CaptionParameters type exposes the following members:

Properties

Name Description
text Caption text.
Default value: empty string.
font Caption font.
Default value: Arial 8pt regular.
visible Caption text visibility.
Default value: false.
text_color Caption text color.
Default value: Color.Black.
padding Captions paddings.
Default value for CaptionAbove: 5pt 5pt 0 5pt.
Default value for CaptionBelow: 0 5pt 5pt 5pt.
alignment Caption test horizontal alignment.
Default value: StringAlignment.Center.
no_wrap Specify word wraps (line breaks) within text.
Default value: false.

See Also