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

TdxChartAxisValueLabels Class

Stores axis value label appearance and behavior settings.

Declaration

TdxChartAxisValueLabels = class(
    TdxChartCustomLabels
)

Remarks

Value labels mark values on an axis.

VCL Chart Control: Value Labels on X and Y Axes

Main API Members

The list below outlines key members of the TdxChartAxisValueLabels class that allow you to configure axis value labels.

  • Hide or display value labels (Visible).
  • Display value labels inside or outside the diagram area (Position).
  • Customize general label appearance settings (Appearance).
  • Apply a formatting pattern to axis value labels (TextFormat).
  • Rotate axis value labels clockwise or counterclockwise (Angle).
  • 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 appearance and behavior settings between axes (Assign).

Direct TdxChartAxisValueLabels Class References

The ValueLabels property of an axis references a TdxChartAxisValueLabels object.

See Also