vcl-dxchartxyseriesareaview-dot-tdxchartxyseriesareaview.md
Provides access to Area View appearance settings.
property Appearance: TdxChartXYSeriesAreaAppearance read; write;
| Type | Description |
|---|---|
| TdxChartXYSeriesAreaAppearance |
Stores Area View appearance settings.
|
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.
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