TdxChartCrosshairLabelAppearance Class
Stores general appearance settings of Chart crosshair labels.
#Declaration
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 that allow you to customize crosshair label appearance.
- Border
- Specifies if crosshair labels display a border.
- BorderThickness | BorderColor
- Change border thickness and color.
- CaptionOffset
- Adjusts the gap between crosshair label item text and glyphs.
- Padding
- Adjusts crosshair label content paddings.
- FillOptions
- Provides access to crosshair label background fill settings.
- FontOptions | TextColor
- Change font appearance.
- ImageSize
- Resizes the area allocated to crosshair label item glyphs.
- 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.