The IChartCaption interface contains properties used to set parameters of chart title.
| Property name | Brief description | |
| FormattedText | The FormattedText property determines formatted caption text in RTF format. | |
| The HorizontalAlignment property determines the alignment of the title text. | ||
| Visible | The Visible property determines whether chart title is displayed. | |
| WordWrap | The WordWrap property determines whether text of the chart title can be wrapped. |
| Property name | Brief description | |
| The AutoMargin property determines whether to use automatic margins for titles, axes and chart legends. | ||
| The Font property determines text font. | ||
| The FontColor property determines font color. | ||
| The Margin property determines custom values of margins for the chart, axes and legend captions. | ||
| The Text property determines text for a label. | ||
| The TextAngle property determines rotation angle for a text. |
| Property name | Brief description | |
| AutoPlacement | The AutoPlacement property determines whether autoplacement is used. | |
| BackgroundInfo | The BackgroundInfo property determines properties for a background. | |
| BorderPen | The BorderPen property determines parameters for an outline. | |
| DisplayBorder | The DisplayBorder property determines whether an outline is displayed. | |
| DisplayShadow | The DisplayShadow property determines whether shadow is displayed. | |
| Rectangle | The Rectangle property determines coordinates and size of a chart element. | |
| Shadow | The Shadow property determines parameters for a shadow. |
| Property name | Brief description | |
| The Chart property returns an object of the IChart type to which a chart element belongs. | ||
| The Contains property checks whether the point is included into the object. | ||
| The Selected property determines whether a graph component is selected. |
See also: