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

TdxChartXYSeriesLineMarkers.Appearance Property

Provides access to general appearance settings of value markers.

#Declaration

Delphi
property Appearance: TdxChartXYSeriesLineMarkerAppearance read; write;

#Property Value

Type Description
TdxChartXYSeriesLineMarkerAppearance

Stores general appearance settings of value markers.

#Remarks

Use Appearance.FillOptions and Appearance.BorderColor properties to change value marker fill settings and outline color.

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

See Also