Back to Devexpress

TdxChartXYSeriesCustomBarValueLabels Class

vcl-dxchartxyseriesbarview-0310dd76.md

latest3.7 KB
Original Source

TdxChartXYSeriesCustomBarValueLabels Class

The base class for bar value label settings.

Declaration

delphi
TdxChartXYSeriesCustomBarValueLabels = class(
    TdxChartXYSeriesValueLabels
)

Remarks

Value labels mark individual series values.

Main API Members

The list below outlines key members of the TdxChartXYSeriesCustomBarValueLabels class. These members allow you to customize XY series value labels when any Bar View is active.

General Appearance Settings

AppearanceProvides access to general appearance settings of series value labels.LineLengthSpecifies the length (in pixels) of lines that connect value points and the corresponding labels.LineVisibleSpecifies if lines between value labels and corresponding series points are visible.TextFormatSpecifies a formatting pattern for value labels.

Layout Settings

MaxWidth | MaxLineCountLimit the width of value labels and the maximum number of text lines in them.ResolveOverlappingModeSpecifies the active label overlap resolution mode.ResolveOverlappingIndentSpecifies the base minimum distance (in pixels) between value labels when value label resolution is enabled.

General-Purpose API Members

AssignCopies compatible value label settings between Bar series Views.VisibleSpecifies if bar value labels are visible.

Terminal TdxChartXYSeriesCustomBarValueLabels Class Descendants

Do not use the TdxChartXYSeriesCustomBarValueLabels class directly. Use the following descendants instead:

TdxChartXYSeriesBarValueLabelsStores value label appearance and behavior settings for an XY series with an active Bar View.TdxChartXYSeriesStackedBarValueLabelsStores value label appearance and behavior settings for an XY series with an active Stacked or Full Stacked Bar View.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomLabels TdxChartSeriesValueLabels TdxChartXYSeriesValueLabels TdxChartXYSeriesCustomBarValueLabels

See Also

TdxChartXYSeriesCustomBarValueLabels Members

dxChartXYSeriesBarView Unit