Back to Devexpress

TdxChartXYSeriesAreaAppearance.Opacity Property

vcl-dxchartxyseriesareaview-dot-tdxchartxyseriesareaappearance.md

latest1.7 KB
Original Source

TdxChartXYSeriesAreaAppearance.Opacity Property

Adjusts the opacity of the default fill colors.

Declaration

delphi
property Opacity: Byte read; write;

Property Value

TypeDescription
Byte

The filled area opacity.

The property value ranges from 0 (completely transparent) to 255 (opaque).”

|

Remarks

Use the Opacity property to change the filled area opacity if the series uses the default fill settings.

Value Examples

ValueExample[1]
135 ( default )
50

Limitations

The Opacity property has no effect on custom area fill settings. You need to assign custom TdxAlphaColor values with the required opacity.

Default Value

The Opacity property’s default value is 135.

Footnotes

  1. This example demonstrates different Opacity property values for the same DevAV North series.

See Also

TdxChartVisualElementAppearance.FillOptions Property

TdxChartXYSeriesAreaAppearance Class

TdxChartXYSeriesAreaAppearance Members

dxChartXYSeriesAreaView Unit