Skip to main content
A newer version of this page is available. .

TdxChartXYSeriesAreaView.Appearance Property

Provides access to Area View appearance settings.

Declaration

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 filled area opacity. Refer to the TdxChartXYSeriesAreaAppearance class description for information on all available options.

See Also