Back to Devexpress

TdxChartCrosshairAxisLabelAppearance.FontOptions Property

vcl-dxchartxydiagram-dot-tdxchartcrosshairaxislabelappearance.md

latest1.3 KB
Original Source

TdxChartCrosshairAxisLabelAppearance.FontOptions Property

Provides access to crosshair axis label font settings.

Declaration

delphi
property FontOptions: TdxChartVisualElementFontOptions read; write;

Property Value

TypeDescription
TdxChartVisualElementFontOptions

Stores font settings for visual Chart elements.

|

Remarks

Use FontOptions.Name and FontOptions.Size properties to change font size and typeface in crosshair labels. To change the current font color, use the TextColor property.

Refer to the TdxChartVisualElementFontOptions class description for detailed information on all available options.

See Also

TdxChartVisualElementAppearance.FillOptions Property

TdxChartCrosshairAxisLabelAppearance Class

TdxChartCrosshairAxisLabelAppearance Members

dxChartXYDiagram Unit