I'm currently working on a project that involves creating some charts with specific design so I need to create a ChartModel class that has the X axis like in the attached photo. Until now i managed to make the chart to look like in the second picture, but i still have to show those tiny bullets from the first picture. Any ideas on how i can do that? For example, i tried to use a DataTemplate for the LabelTemplate of the x Axis that have a bullet and a textblock, and for the texblock i tried to bind the visibility property to one of the property of the chart model class, but that didn't work because the only thing that was passed to the template was the text that contained the date(for category).
↧