TdxChartCrosshairAxisLabelAppearance Class
Stores crosshair axis label appearance settings.
#Declaration
TdxChartCrosshairAxisLabelAppearance = class(
TdxChartVisualElementAppearance
)
#Remarks
Crosshair argument and value axis labels complement crosshair lines and display arguments and values that correspond to crosshair line positions within the XY diagram area.
#Main API Members
The list below outlines key members of the TdxChartCrosshairAxisLabels
class that allow you to customize general appearance settings of crosshair axis labels.
- FontOptions | TextColor
- Customize label font appearance.
- FillOptions
- Provides access to label background fill settings.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch appearance setting changes.
- Assign
- Copies general axis label appearance settings between XY diagrams.
#Direct TdxChartCrosshairAxisLabelAppearance Class Reference
The TdxChartCrosshairAxisLabels.Appearance property references a TdxChartCrosshairAxisLabelAppearance
object.