Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYSeriesLineMarkerAppearance Class

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

#Declaration

Delphi
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