From 0cab537603cd3d2ce010fe5dfaf012fedff15428 Mon Sep 17 00:00:00 2001 From: Vlada Skorohodova <94827090+vladaskorohodova@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:21:23 +0400 Subject: [PATCH] Chart: describe `label.alignment` (#5185) --- .../5 Series Types/CommonSeries/label/alignment.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/api-reference/10 UI Components/dxChart/5 Series Types/CommonSeries/label/alignment.md b/api-reference/10 UI Components/dxChart/5 Series Types/CommonSeries/label/alignment.md index f7c2e923fc..62c0a5dfce 100644 --- a/api-reference/10 UI Components/dxChart/5 Series Types/CommonSeries/label/alignment.md +++ b/api-reference/10 UI Components/dxChart/5 Series Types/CommonSeries/label/alignment.md @@ -9,4 +9,15 @@ default: 'center' Aligns point labels in relation to their points. --- - \ No newline at end of file +This property accepts the following values: + +- `center` +Displays labels in the center of the point. + +- `left` +Aligns the left corner of the label to the center of the point. + +- `right` +Aligns the right corner of the label to the center of the point. + +[note] This property has no effect if the [rotated](/Documentation/ApiReference/UI_Components/dxChart/Configuration/#rotated) property is enabled. \ No newline at end of file