TitleBase Members
The base class for all titles that charts use.Constructors
| Name | Description |
|---|---|
| TitleBase() | Initializes a new instance of the TitleBase class with default settings. |
Fields
| Name | Description |
|---|---|
| StyleProperty static | Identifies the Style bindable property. |
| TextProperty static | Identifies the Text bindable property. |
| VisibleProperty static | Identifies the Visible bindable property. |
Properties
| Name | Description |
|---|---|
| Style | Gets or sets appearance settings of the title. |
| Text | Gets or sets the text the title displays. |
| Visible | Gets or sets whether the title is visible. |
See Also