Skip to main content
All docs
V25.1
  • TdxChartXYSeriesLineMarkerAppearance Class

    Stores general value marker appearance settings for Line and Area series Views.

    Declaration

    TdxChartXYSeriesLineMarkerAppearance = class(
        TdxChartVisualElementAppearance
    )

    Remarks

    Use these settings to customize line marker appearance.

    Main API Members

    The list below outlines key members of the TdxChartXYSeriesLineMarkerAppearance class. These members allow you to customize stroke and fill options for line markers in XY Line and Area series.

    Appearance Settings

    Border
    Specifies if line marker outlines are visible.
    BorderColor
    Allows you to explicitly define a color for line marker outlines.
    FillOptions
    Provides access to line marker fill settings.

    General-Purpose API Members

    Assign
    Copies value marker appearance settings between series.
    BeginUpdate | CancelUpdate | EndUpdate
    Allow you to avoid excessive redraw operations during batch line marker appearance changes.

    Direct TdxChartXYSeriesLineMarkerAppearance Class References

    The TdxChartXYSeriesLineMarkers.Appearance property references a TdxChartXYSeriesLineMarkerAppearance object.

    See Also