Forum Discussion

ashmitp869's avatar
ashmitp869
Responsive Resident
1 year ago
Solved

vertical line in Line Chart

Hi , How to add vertical line in Line Chart.    
  • v-nmadadi-msft's avatar
    v-nmadadi-msft
    1 year ago

    You can add multiple constant lines referencing the dates that you want.

     

     

    But you are not able to view the X axis constant line because your data type may be in string format please transform the data into date format or numeric format, then you will be able to view the x axis constant line. This will resolve your issue and you will be able to constant lines as required.
    Thanks and regards.