HeatmapTitle Members
A heatmap title.Constructors
Name | Description |
---|---|
HeatmapTitle() | Initializes a new instance of the HeatmapTitle class. |
Properties
Name | Description |
---|---|
Alignment | Gets or sets the title alignment. |
Dock | Gets or sets the heatmap edge to which the title is docked. |
DXFont | Gets or sets the heatmap title font. Inherited from HeatmapTitleBase. |
EnableAntialiasing | Indicates whether anti-aliasing (smoothing) is applied to the title. Inherited from HeatmapTitleBase. |
Font | Gets or sets the title font. Inherited from HeatmapTitleBase. |
Indent | |
Lines | Gets or sets text lines in the multiline heatmap title. |
MaxLineCount | Gets or sets the number of lines that title text can wrap. |
Text | Gets or sets the title text. Inherited from HeatmapTitleBase. |
TextColor | Gets or sets the title text color. Inherited from HeatmapTitleBase. |
Visibility | Gets or sets whether the title is visible. |
Visible | Specifies whether the title is visible. Inherited from HeatmapTitleBase. |
WordWrap | Gets or sets whether title text should wrap when it is too lengthy. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() |
See Also