TdxChartVisualElementTitleAppearance Class
Stores visual element title appearance settings in the Chart
control.
#Declaration
Delphi
TdxChartVisualElementTitleAppearance = class(
TdxChartVisualElementAppearance
)
#Remarks
The TdxChartVisualElementTitleAppearance
class implements general title appearance settings common to all visual Chart elements.
#Main API Members
The list below outlines key members of the TdxChartVisualElementTitleAppearance
class. These members allow you to customize title appearance.
#Appearance Settings
- Border
- Hides or displays title borders.
- BorderColor | BorderThickness
- Allow you to customize title border appearance.
- FillOptions
- Provides access to background fill settings.
- FontOptions | TextColor
- Change font settings.
- Margins
- Adjusts title margins.
#General-Purpose API Members
- Assign
- Copies compatible general appearance settings between series and visual diagram elements.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch title appearance changes.
#Direct TdxChartVisualElementTitleAppearance Class References
The following public API members reference a TdxChartVisualElementTitleAppearance
object:
- TdxChartVisualElementTitle.Appearance
- Provides access to general title appearance settings.
- TdxChartTitleCollectionItem.Appearance
- Provides access to general title appearance settings.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxChartVisualElementAppearance
TdxChartVisualElementTitleAppearance
See Also