Skip to main content

TdxChartXYSeriesLineMarkers.Appearance Property

Provides access to general appearance settings of value markers.

Declaration

property Appearance: TdxChartXYSeriesLineMarkerAppearance read; write;

Property Value

Type Description
TdxChartXYSeriesLineMarkerAppearance

Stores general appearance settings of value markers.

Remarks

Use Appearance.FillOptions and Appearance.BorderColor properties to change value marker fill settings and outline color.

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

See Also