Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ default: 'right'
Aligns constant line labels in the horizontal direction.

---
<!-- Description goes here -->

[note] When the label's [position](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#position) is *"outside"*, **horizontalAlignment** can only be *"left"* or *"right"*.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: dxChart.Options.argumentAxis.constantLines.label.position
type: Enums.RelativePosition
default: 'inside'
---
---
##### shortDescription
Specifies the position of constant line labels on the chart plot.

---
The component's default behavior is to display constant line labels inside the chart plot. To place the labels outside the chart plot, set **position** to *"outside"*.

[note]

When **position** is *"outside"*, note the following label alignment restrictions:

- [verticalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#verticalAlignment) is always *"center"*
- [horizontalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#horizontalAlignment) can only be *"left"* or *"right"*

[/note]
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ default: 'top'
Aligns constant line labels in the vertical direction.

---

[note] When the label's [position](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#position) is *"outside"*, **verticalAlignment** is always *"center"*.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ default: 'inside'
Specifies the position of constant line labels on the chart plot.

---
By default, constant line labels are displayed inside the chart plot near the constant lines they belong to. To place the labels outside the chart plot, set the **position** property to *"outside"*.
The component's default behavior is to display constant line labels inside the chart plot. To place the labels outside the chart plot, set **position** to *"outside"*.

[note]

When **position** is *"outside"*, note the following label alignment restrictions:

- [verticalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#verticalAlignment) is always *"center"*
- [horizontalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/constantLines/label/#horizontalAlignment) can only be *"left"* or *"right"*

[/note]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ default: 'left'
Aligns constant line labels in the horizontal direction.

---
<!-- Description goes here -->

[note] When the label's [position](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/constantLines/label/#position) is *"outside"*, **horizontalAlignment** can only be *"left"* or *"right"*.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: dxChart.Options.valueAxis.constantLines.label.position
type: Enums.RelativePosition
default: 'inside'
---
---
##### shortDescription
Specifies the position of constant line labels on the chart plot.

---
The component's default behavior is to display constant line labels inside the chart plot. To place the labels outside the chart plot, set **position** to *"outside"*.

[note]

When **position** is *"outside"*, note the following label alignment restrictions:

- [verticalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/constantLines/label/#verticalAlignment) is always *"center"*
- [horizontalAlignment](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/constantLines/label/#horizontalAlignment) can only be *"left"* or *"right"*

[/note]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ default: 'top'
Aligns constant line labels in the vertical direction.

---
<!-- Description goes here -->

[note] When the label's [position](/Documentation/ApiReference/UI_Components/dxChart/Configuration/valueAxis/constantLines/label/#position) is *"outside"*, **verticalAlignment** is always *"center"*.
Loading