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