Back to Devexpress

TdxChartSeriesBarValueLabelsResolveOverlappingMode Subrange Type

vcl-dxchartxyseriesbarview-c5af2060.md

latest3.4 KB
Original Source

TdxChartSeriesBarValueLabelsResolveOverlappingMode Subrange Type

Enumerates value label overlap resolution modes available for Bar XY series Views.

Declaration

delphi
TdxChartSeriesValueLabelsResolveOverlappingMode = (None, Default, HideOverlapped, JustifyAroundPoint, JustifyAllAroundPoint);
TdxChartSeriesBarValueLabelsResolveOverlappingMode = None..HideOverlapped;

Members

NameDescription
Default

Default. The default label overlap resolution algorithm that uses the ValueLabels.ResolveOverlappingIndent property value of a series View as the minimum distance between value labels.

Bar Series ViewThe default label overlap resolution algorithm attempts to keep value labels within corresponding bars.Inherited from TdxChartSeriesValueLabelsResolveOverlappingMode. | | HideOverlapped | A series hides overlapped value labels. Inherited from TdxChartSeriesValueLabelsResolveOverlappingMode. | | None | A series does not resolve value overlapping. Value labels always remain at their base positions. Inherited from TdxChartSeriesValueLabelsResolveOverlappingMode. |

Remarks

The TdxChartSeriesBarValueLabelsResolveOverlappingMode type defines a subrange of the TdxChartSeriesValueLabelsResolveOverlappingMode type because different series View types support different sets of value label overlap resolution modes.

Note

TdxChartSeriesValueLabelsResolveOverlappingMode is a scoped enumeration type. Use the type name together with a scope resolution token (. in Delphi or :: in C++Builder) followed by an enumeration value to refer to this value. For example, use TdxChartSeriesValueLabelsResolveOverlappingMode.HideOverlapped (in Delphi) or TdxChartSeriesValueLabelsResolveOverlappingMode::HideOverlapped (in C++Builder) to refer to the HideOverlapped value in code.

Direct TdxChartSeriesBarValueLabelsResolveOverlappingMode Type Reference

The ValueLabels.ResolveOverlappingMode property of a Bar series View references the TdxChartSeriesBarValueLabelsResolveOverlappingMode type.

Base Type

TdxChartSeriesValueLabelsResolveOverlappingMode See Also

TdxChartSeriesLineValueLabelsResolveOverlappingMode Subrange Type

TdxChartPieValueLabelsResolveOverlappingMode Subrange Type

dxChartXYSeriesBarView Unit