Skip to content

Commit

Permalink
Chart: describe label.alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Jun 13, 2023
1 parent 4cd515e commit 0b4ab03
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 label 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 0b4ab03

Please sign in to comment.