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

TdxChartSeriesValueLabels Class

Stores series value label appearance and behavior settings.

Declaration

TdxChartSeriesValueLabels = class(
    TdxChartCustomLabels
)

Remarks

Value labels mark individual series values.

Main API Members

The list below outlines key members of the TdxChartSeriesValueLabels class that allow you to customize series value labels.

  • Hide or display series value labels (Visible).
  • Customize general value label appearance settings (Appearance).
  • Adjust the distance between value labels and the corresponding series points (LineLength).
  • Connect labels to the corresponding values with lines (LineVisible).
  • Apply a formatting pattern to series value labels (TextFormat).
  • Limit the width of value labels and the maximum number of text lines in them (MaxWidth and MaxLineCount).
  • Explicitly specify the offset used in the label overlap resolution algorithm (ResolveOverlappingIndent).
  • Copy value label settings between series (Assign).

Direct TdxChartSeriesValueLabels Class References

The ValueLabels property of a series View references a TdxChartSeriesValueLabels object.

See Also