Open Sateesh6600 opened 10 months ago
PlotModel.Title
sets the title of the plotYou can see a set of examples of BarSeries
with and without CategoryAxis
in https://github.com/oxyplot/oxyplot/blob/ce7d4676968f32606ab4a97f0b26acb8a6941e9e/Source/Examples/ExampleLibrary/Series/BarSeriesExamples.cs#L22
@VisualMelon @objorke Values means XAxis Values I used 1 to 24 Number as Hours.
with the help of source code my issue was resolved. now I will make user friendly plot.
thank you so much for your help!!
I'm working on a Trading Desktop Application, so we need graphs user-friendly so that the user can do their analysis easily.
Could you please suggest to me IMPORTANT tips?
@objorke I searched for sample code on how to implement CategoryAxis, but I haven't gotten any code. Currently, I replaced the Coulumn series with Barseries. In this, I'm facing the issues below
How to set the title for plotModel.
Not able to set values for CategoryAxis.
Can someone help me out with this issue? if I receive a sample code I will check and will update my code. I have attached a screenshot of my code.