Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYSeriesAreaView.Appearance Property

Provides access to Area View appearance settings.

#Declaration

Delphi
property Appearance: TdxChartXYSeriesAreaAppearance read; write;

#Property Value

Type Description
TdxChartXYSeriesAreaAppearance

Stores Area View appearance settings.

#Remarks

You can use the Appearance.Opacity property to adjust the opacity of the area with the default fill settings. Appearance.FillOptions and Appearance.StrokeOptions properties provide access to an area’s fill and outline settings.

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

#Individual Area Segment Customization

While the Appearance property set defines area appearance for the entire series, you can handle the parent XY diagram‘s OnGetSeriesPointDrawParameters event to customize the appearance of individual area segments between series points based on certain conditions.

See Also