Skip to content

Commit

Permalink
Chart: describe label.alignment (#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Jun 20, 2023
1 parent 2d73c05 commit 0cab537
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,15 @@ default: 'center'
Aligns point labels in relation to their points.

---
<!-- Description goes here -->
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.

0 comments on commit 0cab537

Please sign in to comment.