Skip to content

Commit 07fff96

Browse files
Chart: Update argumentAxis.strip value docs (#7839)
1 parent e1436a2 commit 07fff96

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ default: undefined
55
---
66
---
77
##### shortDescription
8-
Along with the **startValue** property, limits the strip.
8+
Defines the strip's end value.
99

1010
---
11+
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.
13+
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:
15+
16+
<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>
17+
18+
1. [Start value](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#startValue)
19+
2. Strip area
20+
3. End value

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ default: undefined
55
---
66
---
77
##### shortDescription
8-
Along with the **endValue** property, limits the strip.
8+
Defines the strip's start value.
99

1010
---
11+
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.
13+
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:
15+
16+
<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>
17+
18+
1. Start value
19+
2. Strip area
20+
3. [End value](/Documentation/ApiReference/UI_Components/dxChart/Configuration/argumentAxis/strips/#endValue)
298 KB
Loading

0 commit comments

Comments
 (0)