vcl-dxchartxyserieslineview-850737e0.md
Stores general value marker appearance settings for Line and Area series Views.
TdxChartXYSeriesLineMarkerAppearance = class(
TdxChartVisualElementAppearance
)
Use these settings to customize line marker appearance.
The list below outlines key members of the TdxChartXYSeriesLineMarkerAppearance class. These members allow you to customize stroke and fill options for line markers in XY Line and Area series.
BorderSpecifies if line marker outlines are visible.BorderColorAllows you to explicitly define a color for line marker outlines.FillOptionsProvides access to line marker fill settings.
AssignCopies value marker appearance settings between series.BeginUpdate | CancelUpdate | EndUpdateAllow you to avoid excessive redraw operations during batch line marker appearance changes.
The TdxChartXYSeriesLineMarkers.Appearance property references a TdxChartXYSeriesLineMarkerAppearance object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartXYSeriesLineMarkerAppearance
See Also
TdxChartXYSeriesLineAppearance Class