Skip to main content
All docs
V25.1
  • TdxChartCrosshairAxisLabelAppearance.FontOptions Property

    Provides access to crosshair axis label font settings.

    Declaration

    property FontOptions: TdxChartVisualElementFontOptions read; write;

    Property Value

    Type Description
    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