Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Is there a way to dynamically bind the YAxisTitle or XAxisTitle fields on a Label Chart widget? Failing that, is it possible to create a vertically oriented label?
YAxisTitle and XAxisTitle fields are not variables, so it's impossible to dynamically bind them.
For the second question, do you mean the property ChartOrientation ? You can set it to Vertical or Horizontal.
No, I was looking for an alternate way to make a dynamic vertical label for the y-axis.
Making dynamic vertical label for the y-axis when the chart orientation is vertical ? I don't think it's possible. Normally, the y-axis are values and only the boundaries can be set (min, max, number of intervals...). In this case, only the x-axis label could be set dynamically by a service.
Oh well, thanks anyway. Maybe the axis titles will be bindable and localizable in a future release, as the chart title is -- it feels like an oversight that they're just fixed strings now.