vcl-dxchartxyserieslineview-dot-tdxchartxyserieslineview.md
Provides access to value marker appearance settings.
property Markers: TdxChartXYSeriesLineMarkers read; write;
| Type | Description |
|---|---|
| TdxChartXYSeriesLineMarkers |
Stores value marker appearance settings for Line and Area series Views.
|
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.
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
TdxChartLineSeriesPointDrawParameters.MarkerAppearance Property
TdxChartXYSeriesLineView Class