Skip to content

Commit 4e9722b

Browse files
authored
DocGen 25_2 result (#8088)
1 parent b4e0203 commit 4e9722b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-reference/10 UI Components/dxChart/1 Configuration/argumentAxis/strips/endValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Defines the strip's end value.
99

1010
---
1111

12-
When **argumentAxis**.[type](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#type) is *"linear"* or *"logarithmic"*, **endValue** specifies the strip's end. When **argumentAxis**.**type** is *"discrete"*, **endValue** defines at which discrete argument the strip ends. In discrete axes, strips start and end at the edges of discrete argument areas.
12+
When **argumentAxis**.[type](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/argumentAxis/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#type') is *"linear"* or *"logarithmic"*, **endValue** specifies the strip's end. When **argumentAxis**.**type** is *"discrete"*, **endValue** defines at which discrete argument the strip ends. In discrete axes, strips start and end at the edges of discrete argument areas.
1313

14-
To align discrete axis strips with ticks, set **argumentAxis**.[discreteAxisDivisionMode](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#discreteAxisDivisionMode) to *"betweenLabels"*. To align strips with ticks when **discreteAxisDivisionMode** is *"crossLabels"*, implement an [area series](/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/) instead of a strip. The following image demonstrates the effect of **discreteAxisDivisionMode** on an argument axis strip:
14+
To align discrete axis strips with ticks, set **argumentAxis**.[discreteAxisDivisionMode](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/commonAxisSettings/discreteAxisDivisionMode.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#discreteAxisDivisionMode') to *"betweenLabels"*. To align strips with ticks when **discreteAxisDivisionMode** is *"crossLabels"*, implement an [area series](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/30%20Area%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/') instead of a strip. The following image demonstrates the effect of **discreteAxisDivisionMode** on an argument axis strip:
1515

1616
<img src="/images/ChartJS/argumentaxis-strip.png" alt="Two DevExtreme Chart components displaying argument axis strips. The two charts implement different discrete axis division modes. The top chart places argument axis ticks between labels. The bottom chart aligns argument axis ticks with labels." style="border-radius: 16px;"></img>
1717

18-
1. [Start value](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#startValue)
18+
1. [Start value](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/argumentAxis/strips/startValue.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#startValue')
1919
2. Strip area
2020
3. End value

api-reference/10 UI Components/dxChart/1 Configuration/argumentAxis/strips/startValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Defines the strip's start value.
99

1010
---
1111

12-
When **argumentAxis**.[type](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#type) is *"linear"* or *"logarithmic"*, **startValue** specifies the strip's start. When **argumentAxis**.**type** is *"discrete"*, **startValue** defines at which discrete argument the strip starts. In discrete axes, strips start and end at the edges of discrete argument areas.
12+
When **argumentAxis**.[type](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/argumentAxis/type.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#type') is *"linear"* or *"logarithmic"*, **startValue** specifies the strip's start. When **argumentAxis**.**type** is *"discrete"*, **startValue** defines at which discrete argument the strip starts. In discrete axes, strips start and end at the edges of discrete argument areas.
1313

14-
To align discrete axis strips with ticks, set **argumentAxis**.[discreteAxisDivisionMode](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#discreteAxisDivisionMode) to *"betweenLabels"*. To align strips with ticks when **discreteAxisDivisionMode** is *"crossLabels"*, implement an [area series](/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/) instead of a strip. The following image demonstrates the effect of **discreteAxisDivisionMode** on an argument axis strip:
14+
To align discrete axis strips with ticks, set **argumentAxis**.[discreteAxisDivisionMode](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/commonAxisSettings/discreteAxisDivisionMode.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/#discreteAxisDivisionMode') to *"betweenLabels"*. To align strips with ticks when **discreteAxisDivisionMode** is *"crossLabels"*, implement an [area series](/concepts/05%20UI%20Components/Chart/11%20Series%20Types/30%20Area%20Series.md '/Documentation/Guide/UI_Components/Chart/Series_Types/Area_Series/') instead of a strip. The following image demonstrates the effect of **discreteAxisDivisionMode** on an argument axis strip:
1515

1616
<img src="/images/ChartJS/argumentaxis-strip.png" alt="Two DevExtreme Chart components displaying argument axis strips. The two charts implement different discrete axis division modes. The top chart places argument axis ticks between labels. The bottom chart aligns argument axis ticks with labels." style="border-radius: 16px;"></img>
1717

1818
1. Start value
1919
2. Strip area
20-
3. [End value](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#endValue)
20+
3. [End value](/api-reference/10%20UI%20Components/dxChart/1%20Configuration/argumentAxis/strips/endValue.md '/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#endValue')

0 commit comments

Comments
 (0)