[]
Represents the title of the chart.
public class ChartTitle : ChartRect, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Compass | Gets or sets the general positioning of the title. |
Image | Gets or sets the title image. |
Rtf | Gets or sets an RTF title string. (This property is used if it is not empty, otherwise the Text property is used.) |
Style | Gets the style of the title. Inherits from the ChartField default style. |
Text | Gets or sets the title text. (The Rtf property is used if it's not empty, otherwise, this property is used.) |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |