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

TdxSparklineSeries.AreaOpacity Property

Specifies the series area’s opacity.

#Declaration

Delphi
property AreaOpacity: Byte read; write; default 127;

#Property Value

Type Default
Byte 127

#Remarks

A series area is a single sparkline chart region or several non-contiguous parts confined by coordinate axes and the series’ chart line. The area is visible only if the SeriesType property is set to stArea.

You can use this property to change the series area opacity. If two or more such areas overlap, their colors blend according to the opacity levels.

The default AreaOpacity property value is 127.

See Also