TdxChartCrosshairLabelAppearance Class
Stores general appearance settings of Chart crosshair labels.
#Declaration
Delphi
TdxChartCrosshairLabelAppearance = class(
TdxChartVisualElementAppearance
)
#Remarks
General appearance settings allow you to customize the layout of crosshair labels and modify background and font settings.
#Main API Members
The list below outlines key members of the TdxChartCrosshairLabelAppearance
class. These members allow you to customize crosshair label appearance.
#Appearance Settings
- Border
- Specifies if crosshair labels display a border.
- BorderThickness | BorderColor
- Change border thickness and color.
- CaptionOffset
- Specifies the gap between crosshair label item text and glyphs.
- FillOptions
- Provides access to crosshair label background fill settings.
- FontOptions | TextColor
- Change font appearance.
- ImageSize
- Allows you to resize the area allocated to crosshair label item glyphs.
- Padding
- Allows you to adjust crosshair label content paddings.
#General-Purpose API Members
- Assign
- Copies general value label appearance settings between series.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch appearance setting changes.
#Direct TdxChartCrosshairLabelAppearance Class Reference
The TdxChartCrosshairLabels.Appearance property references a TdxChartCrosshairLabelAppearance
object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxChartVisualElementAppearance
TdxChartCrosshairLabelAppearance
See Also