i have wpf app using xamchart . the property of show grid lines is true, but i need to paint cells in grid by condition so it will be in different color.
also regrading to interval i have control the width and height are different sizes.
i want that the created cell will be square even that the width and height are not the same.
thanks
Hello Yoni,
If you are trying to have different colored gridlines based on your condition then you could use MajorStroke(MajorStroke="Gray">) on the axis property to set the color.
As for to create the 'cell' in the chart you could use the ScatterPolygonSeries, here is the help document for that:
https://es.infragistics.com/help/wpf/datachart-scatter-polygon-series
Let me know if you have any question or concern on this matter.
Hi , any update regrading the help? Thanks
i am using XamDataChart
Hi
i am using XamDataChart .
i will be happy for your help
I would like to confirm if you are using XamChart or XamDataChart ? XamChart is no longer supported , you can use XamDataChart and i can help you for that.