[]
The Title class is used to describe the appearance of the Header and the Footer.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Title
| Name | Description |
|---|---|
| Compass | Gets or sets the general positioning of the title. |
| Location | Gets or sets the location of the title in chart control client coordinates. |
| LocationDefault | Gets or sets the default location of the title. |
| Size | Gets or sets the size of the title in chart control client coordinates. |
| SizeDefault | Gets or sets the default size of the title. |
| Style | Gets the title style. |
| Text | Gets or sets title text. |
| Visible | Gets or sets the title visibility. |
| Name | Description |
|---|---|
| ResetStyle() | Resets the style to its default state. |
| ShouldSerializeLocationDefault() | Returns false if the Title LocationDefault property is in the default state. |
| ShouldSerializeSizeDefault() | Returns false if the Title SizeDefault property is in the default state. |
| ShouldSerializeStyle() | Returns false if the Title Style property is in the default state. |