Back to Devexpress

TdxChartCrosshairLabelAppearance Class

vcl-dxchartcore-2bd14719.md

latest3.1 KB
Original Source

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

BorderSpecifies if crosshair labels display a border.BorderThickness | BorderColorChange border thickness and color.CaptionOffsetSpecifies the gap between crosshair label item text and glyphs.FillOptionsProvides access to crosshair label background fill settings.FontOptions | TextColorChange font appearance.ImageSizeAllows you to resize the area allocated to crosshair label item glyphs.PaddingAllows you to adjust crosshair label content paddings.

General-Purpose API Members

AssignCopies general value label appearance settings between series.BeginUpdate | EndUpdate | CancelUpdateAllow 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

TdxChartLegendAppearance Class

TdxChartCrosshairLineAppearance Class

TdxChartCrosshairLabelAppearance Members

dxChartCore Unit