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.
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.