-
Hi, in WinUI example, to add a section on a CartesianChart, you bind chart's Sections to a list containing for instance regular sections: In my project, the X axis is not double but DateTime (I have series with DateTimePoint) I would like to create vertical sections (on X axis) but Xi and Xj are double and X values for me are datetimes. How can I add a section on a specific datetime? Is there a relation with X DateTime values and Xi and Xj that are double? Thanks a lot. LiveCharts is great! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found! Xi and Xj are the ticks values of the datetime. |
Beta Was this translation helpful? Give feedback.
Found!
Xi and Xj are the ticks values of the datetime.