ExpertComponents WebChart
Chart titles settings
| C# | Visual Basic | Managed C++ |
[SerializableAttribute] public class TitleSettings
<SerializableAttribute> _ Public Class TitleSettings
[SerializableAttribute] public ref class TitleSettings
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| TitleSettingsNew() |
Initializes the default settings
| |
| TitleSettingsNew(TitleType) |
Initializes the default settings
| |
| Align |
Title text alignment.
| |
| Color |
Color of the title text
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Font |
Font of the title text
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| Height |
Height of the title text. Value between 0 and 500. Default 30.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResetColor() |
Reset this property to the default value
| |
| ResetFont() |
Reset this property to the default value
| |
| ResetTextOrientation() |
Reset this property to the default value
| |
| ShouldSerialize() |
Indicates if this class will be serialized or not
| |
| ShouldSerializeColor() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeFont() |
Indicates if the property should be serialized or not
| |
| ShouldSerializeTextOrientation() |
Indicates if the property should be serialized or not
| |
| Text |
Title of the chart
| |
| TextOrientation |
Title text orientation.
| |
| ToString() |
String representation of the class
(Overrides Object.ToString().) | |
| Visible |
Display or hide the title. By default, all titles are hidden.
|
| Object | |
| TitleSettings | |
Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)