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

TdxChartXYSeriesFullStackedBarView Class

Stores Full-Stacked Bar View settings.

Declaration

TdxChartXYSeriesFullStackedBarView = class(
    TdxChartXYSeriesStackedBarView
)

Remarks

A Bar View displays series as sets of vertical or horizontal bars depending on axis positions. Bar lengths reflect series point values. Bar Views are often used to compare values in different categories.

The TdxChartXYSeriesFullStackedBarView class implements the Full-Stacked Bar View that displays all series as colored bars stacked at argument values. Use this View when you need to emphasize percentage contribution of each series.

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

Main API Members

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

Direct TdxChartXYSeriesFullStackedBarView

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

See Also