Line chart vertical lines

Hi,

Is it possible to display category axis lines or to make the intersection points more distinct?

You can try enabling the grid lines of the category axis similar to what you have done for value axis:

                    <RadzenCategoryAxis >
                        <RadzenGridLines Visible="true" />
                    </RadzenCategoryAxis>

Ah of course! I should have thought this :slight_smile: Thanks @korchev!