I've put together a prototype chart based similar to this:
https://es.infragistics.com/help/winforms/chart-working-with-2d-column-chart-data
However, I can't find any code samples on how to specify the labels shown on the example (see image).
In Visual Basic please!
Thanks
Hello,
Thank you for contacting Infragistics. Please refer to the attached sample below and let me know if you have any questions.
UltraColumnDemo.zip
Thanks for your response. To clarify my original question, I have my chart working, it's just not showing the labels on the bottom.
Your demo app shows a chart almost exactly like what I am trying to do. Unfortunately it is not in VB and a) I am having a difficult time translating, and b) I don't see anything specific that is setting those labels to show. The closest thing I saw in your demo was the code surrounding this line:
this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
But when I tried to translate that to my chart I don't have any "Axis" property, i.e.
UltraCategoryChart1.Axis does not exist.
I do see a series of properties similar to:
UltraCategoryChart1.XAxisLabelVisibility
but no documentation on how to use them (setting the above line = True gets a syntax error).
I guess I should make clear that I am using the UltraCategoryChart
Hello Ted,
Thank you for following up. I would try following the examples in our online documentation. https://es.infragistics.com/help/winforms/categorychart-binding-to-dataIf you are still unable to show labels please attach a small sample project and I will investigate that for you. Let me know if you have any questions.