Skip to main content

TdxChartXYSeriesLineMarkerAppearance Class

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

Declaration

TdxChartXYSeriesLineMarkerAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

The TdxChartXYSeriesLineMarkerAppearance class has members that allow you to do the following:

  • Specify if value markers display an outline and change its color (Border and BorderColor).
  • Customize value marker fill settings (FillOptions).
  • Avoid excessive redraw operations during batch value marker appearance changes (BeginUpdate, CancelUpdate, and EndUpdate).
  • Copy value marker appearance settings between series (Assign).

Direct TdxChartXYSeriesLineMarkerAppearance Class References

The Markers.Appearance property of Line and Area series Views references a TdxChartXYSeriesLineMarkerAppearance object.

See Also