vcl-dxchartxyseriesareaview-1af8343a.md
Stores Area View appearance settings.
TdxChartXYSeriesAreaAppearance = class(
TdxChartXYSeriesLineAppearance
)
Use area appearance settings to customize outlines and filled areas in all Area Views.
The list below outlines key members of the TdxChartXYSeriesAreaAppearance class. These members allow you to customize appearance of an XY series that uses any Area View.
FillOptions | StrokeOptionsAllow you to change area fill and outline appearance.Opacity
Adjusts the opacity of the default series color.
Note
This property has no effect on custom fill colors. You need to assign custom TdxAlphaColor values with the required opacity.
AssignCopies general appearance settings between Area View series.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.
The following public API members reference a TdxChartXYSeriesAreaAppearance object:
TdxChartAreaSeriesPointDrawParameters.AppearanceProvides access to the appearance settings of the area segment between the currently processed and previous series points.TdxChartXYSeriesAreaView.AppearanceStores Simple Area View settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartSeriesViewAppearance TdxChartXYSeriesLineAppearance TdxChartXYSeriesAreaAppearance
See Also
TdxChartXYSeriesLineAppearance Class