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 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