Skip to main content
A newer version of this page is available. .

TdxChartXYSeriesLineView.Markers Property

Provides access to value marker appearance settings.

Declaration

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.

See Also