X Axis intersection at Zero is a Query object and QueryViewer control property which allows determinating if the intersection between X axe and Y axe it's made static (at the Zero value) or it's calculated dynamically (depending the nature of Data values).
The possibility of having a dynamic intersection point allows better appreciating the variability between the different values and increasing the management of the information.
Values |
Description |
True |
The intersection point is static, the two Axes will intersect at Zero value. |
False |
The intersection point is calculated dynamically, it will depend on the nature of the Data values. |
The property is available if the Output property of the Query object or QueryViewer control value is Chart and only applies for the following Chart Type: Timeline, Line and Column.
Let's consider the Sales of an Airline Company. As you can imagine, the total Sales of this type of companies varies on a very high level. If we want to analyse a determined period, we can display this information on a TimeLine Chart.
If the X Axis intersection at Zero Property value it's True, the variation between values along the time it will be inappreciable as shown in the following image:
However, if the property value it's False, we will be able to have major view and management of the data displayed: