Back to Devexpress

TdxChartXYSeriesLineMarkers.Kind Property

vcl-dxchartxyserieslineview-dot-tdxchartxyserieslinemarkers-5c7625c7.md

latest1.1 KB
Original Source

TdxChartXYSeriesLineMarkers.Kind Property

Specifies the shape of value markers.

Declaration

delphi
property Kind: TdxChartXYMarkerKind read; write; default TdxChartXYMarkerKind.Circle;

Property Value

TypeDefaultDescription
TdxChartXYMarkerKindCircle

The current shape of value markers.

|

Remarks

Use the Kind property to change the shape of value markers.

Refer to the TdxChartXYMarkerKind type description for the full list of available value marker shapes.

The Kind property’s default value is TdxChartXYMarkerKind.Circle.

See Also

TdxChartXYSeriesLineMarkers.Size Property

TdxChartXYSeriesLineMarkers Class

TdxChartXYSeriesLineMarkers Members

dxChartXYSeriesLineView Unit