Image Subtitle
A chart image subtitle displays an image. This is typically used to display a logo or other image on a chart.
Image Subtitle Properties
Property | Name | Type | Description |
Visible | visible | Boolean | Flag that indicates whether or not this title should be displayed. |
Image | image | Data Block | Image for this subtitle. |
Auto Size | autoSize | Boolean | Use size of image itself instead of Width/Height parameters. |
Width | width | Float | Preferred width of the title. |
Height | height | Float | Preferred height of the title. |
Margins | margins | Data Table | Margin around the outside of the title's frame. See Rectangle Insets. |
Padding | padding | Data Table | Area of whitespace inside the title's frame. See Rectangle Insets. |
Frame | frame | Data Table | Border that will be drawn around the title. See Block Frame. |
Position | position | String | Position of the title within the chart (Top, Left, Bottom, or Right). |
Horizontal Alignment | horizontalAlignment | String | Horizontal alignment for the title. Usually used if Position is Top or Bottom. |
Vertical Alignment | verticalAlignment | String | Vertical alignment for the title. Usually used if Position is Left or Right. |
Was this page helpful?