Back to Devexpress

TdxChartXYSeriesAreaAppearance Class

vcl-dxchartxyseriesareaview-1af8343a.md

latest3.1 KB
Original Source

TdxChartXYSeriesAreaAppearance Class

Stores Area View appearance settings.

Declaration

delphi
TdxChartXYSeriesAreaAppearance = class(
    TdxChartXYSeriesLineAppearance
)

Remarks

Use area appearance settings to customize outlines and filled areas in all Area Views.

Main API Members

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.

Appearance Settings

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.

General-Purpose API Members

AssignCopies general appearance settings between Area View series.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.

Direct TdxChartXYSeriesAreaAppearance Class References

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartSeriesViewAppearance TdxChartXYSeriesLineAppearance TdxChartXYSeriesAreaAppearance

See Also

TdxChartXYSeriesLineAppearance Class

TdxChartXYSeriesAreaAppearance Members

dxChartXYSeriesAreaView Unit