Skip to main content
A newer version of this page is available. .

TdxChartXYSeriesStackedAreaView Class

Stores Stacked Area View settings.

Declaration

TdxChartXYSeriesStackedAreaView = class(
    TdxChartXYSeriesAreaView
)

Remarks

An Area View displays series values as filled areas on a diagram. Heights of peaks and hollows of filled areas reflect series point values. All Area Views support the same line appearance settings for filled area borders as Line Views.

The TdxChartXYSeriesStackedAreaView class implements the Stacked Area View designed to display series as stacked areas on a diagram. Use this View when you display multiple series and you need to emphasize the total. To select the Stacked Area View, assign 'StackedArea' to the ViewType property of an XY series.

VCL Chart Control: An XY Diagram with Two Stacked Area Series

Main API Members

The list below outlines key members of the TdxChartXYSeriesStackedAreaView class that allow you to customize appearance of an XY series that uses the Stacked Area View.

  • Customize line and area appearance (Appearance).
  • Display value markers and change their size, shape, and color (Markers).
  • Switch between levels of line draw performance optimization (Optimization).
  • Obtain the series View description (GetDescription).
  • Display and customize value labels (ValueLabels).
  • Access the series to which the current Area View settings belong (Series).

Direct TdxChartXYSeriesStackedAreaView Class References

The View property of an XY series references the TdxChartXYSeriesStackedAreaView class as a TdxChartSeriesCustomView object if the ViewType property of the series is set to 'StackedArea'. You need to cast the returned object to the TdxChartXYSeriesStackedAreaView class to access all public members.

See Also