TdxChartCrosshairAxisLabels.Appearance Property
In This Article
Provides access to the general appearance settings of crosshair axis labels.
#Declaration
Delphi
property Appearance: TdxChartCrosshairAxisLabelAppearance read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores crosshair axis label appearance settings. |
#Remarks
Use Appearance
.FontOptions and Appearance
.TextColor properties to customize label font appearance. To apply a custom formatting pattern to crosshair axis labels, use the TextFormat property.
Refer to the TdxChartCrosshairAxisLabelAppearance class description for detailed information on all available general appearance settings.
See Also