TdxChartCustomLabels Class
The base class for all classes that implement value label settings.
Declaration
TdxChartCustomLabels = class(
TdxChartVisualElementPersistent
)
Remarks
Labels mark individual series and axis values in a diagram.
Main API Members
The list below outlines key members of the TdxChartCustomLabels
class that allow you to customize value labels.
- Visible
- Specifies if the Chart displays the visual element.
- Angle
- Specifies value label rotation angle, in degrees.
- LineLength
- Specifies the length (in pixels) of lines that connect value points and the corresponding labels.
- LineVisible
- Specifies if lines between value labels and corresponding series points are visible.
- TextFormat
- Specifies a formatting pattern for value labels.
- MaxWidth | MaxLineCount
- Limit the width of value labels and the maximum number of text lines within them.
- ResolveOverlappingIndent
- Specifies the base minimum distance (in pixels) between value labels when value label resolution is enabled.
- Assign
- Copies compatible value label settings between series.
Terminal TdxChartCustomLabels Class Descendants
Do not use the TdxChartCustomLabels
class directly. Use the following descendants instead:
- TdxChartXYSeriesValueLabels
- Stores XY series value label appearance and behavior settings.
- TdxChartPieValueLabels
- Stores value label appearance and behavior settings for Pie and Doughnut Views.
- TdxChartAxisValueLabels
- Stores axis value label appearance and behavior settings.
Inheritance
See Also