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

TdxChartXYSeriesLineView.Markers Property

Provides access to value marker appearance settings.

#Declaration

Delphi
property Markers: TdxChartXYSeriesLineMarkers read; write;

#Property Value

Type Description
TdxChartXYSeriesLineMarkers

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

#Remarks

Value markers denote series points on an XY diagram for all Line and Area Views.

VCL Chart Control: Value Markers on Simple Line View Series

Set the Markers.Visible property to True to display value markers for an XY series. Then, you can use Markers.Kind and Markers.Size properties to change shape and size of value markers.

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

#Individual Value Marker Customization

While the Markers.Appearance property defines general marker appearance for all points in the same line series, you can handle the parent XY diagram‘s OnGetSeriesPointDrawParameters event to customize individual series point markers based on certain conditions.

See Also