Back to Devexpress

TdxChartXYSeriesAreaView.Appearance Property

vcl-dxchartxyseriesareaview-dot-tdxchartxyseriesareaview.md

latest1.8 KB
Original Source

TdxChartXYSeriesAreaView.Appearance Property

Provides access to Area View appearance settings.

Declaration

delphi
property Appearance: TdxChartXYSeriesAreaAppearance read; write;

Property Value

TypeDescription
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

TdxChartAreaSeriesPointDrawParameters.Appearance Property

TdxChartXYSeriesAreaView Class

TdxChartXYSeriesAreaView Members

dxChartXYSeriesAreaView Unit