Back to Devexpress

TdxChartXYSeriesFullStackedBarView Class

vcl-dxchartxyseriesbarview-7533b85c.md

latest4.2 KB
Original Source

TdxChartXYSeriesFullStackedBarView Class

Stores Full-Stacked Bar View settings.

Declaration

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

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.

Bar View-Specific Settings

AppearanceProvides access to general bar appearance settings.BarWidth | BarDistanceAllow you to adjust the width of bars and distances between them.

General XY Series View API Members

AxisX | AxisY

Allow you to associate the series View with different axes of arguments and values in the parent XY diagram.

The Chart control uses the scales of the associated axes to display an XY series.

GetDescriptionReturns the series View type description.GetViewImagesReturns an image list populated with icons that correspond to all registered series View types.GetViewImageIndexReturns the index of the icon that corresponds to the current series View type.SeriesProvides access to the XY series to which the current View settings belong.ValueLabelsProvides access to value label settings.

Indirect TdxChartXYSeriesFullStackedBarView Class References

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartSeriesCustomView TdxChartXYSeriesCustomView TdxChartXYSeriesCustomBarView TdxChartXYSeriesStackedBarView TdxChartXYSeriesFullStackedBarView

See Also

TdxChartXYSeriesBarView Class

TdxChartXYSeriesStackedBarView Class

TdxChartXYSeriesFullStackedBarView Members

dxChartXYSeriesBarView Unit