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

TdxChartXYSeriesFullStackedLineView Class

Stores Full-Stacked Line View settings.

Declaration

TdxChartXYSeriesFullStackedLineView = class(
    TdxChartXYSeriesStackedLineView
)

Remarks

A Line View displays series values as lines and/or points in any combination. Line Views are often used to demonstrate and compare multiple trends on the same diagram.

The TdxChartXYSeriesFullStackedLineView class implements the Full-Stacked Line View that forms stacked empty areas from series lines on a diagram. Use this View when you need to display multiple series and you need to emphasize percentage contribution of each series. To select the Full-Stacked Line View, assign 'FullStackedLine' to the ViewType property of an XY series.

VCL Chart Control: An XY Diagram with Three Full-Stacked Line Series

Main API Members

The list below outlines key members of the TdxChartXYSeriesFullStackedLineView class that allow you to customize appearance of an XY series that uses the Full-Stacked Line View.

  • Customize line 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 Line View settings belong (Series).

Direct TdxChartXYSeriesLineView Class References

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

See Also