Hi all,
I need help regrading time series chart in which i want to change the style (color, font etc.) of Y-axis by designer.
But i am unable to find the style properties of only Y-axis I have attached the snapshot of my chart for reference. TIA
Hi all,
I need help regrading time series chart in which i want to change the style (color, font etc.) of Y-axis by designer.
But i am unable to find the style properties of only Y-axis I have attached the snapshot of my chart for reference. TIA
It's in the trend
property. You need to add an axis there, and setup the trend to use your series and your axis.
BUT. I tried and couldn't get much out of this. I couldn't get neither the axes.style
nor the axes.tick.style
to apply. Even the tick.color
seem to have no effect.
I don't have time to whip out the dev tools and dig into it, but I'd be inclined to believe things don't work as expected. Not as I'd except, at least.
What works for me:
Add a style Test/ChartAxis
Drop a new Time Series Chart onto the design surface
Change the style to ISO101/Displaycolor/DisplayBackground
Expand plots,
It seems that until you add an axis, add a trend, and associate them together it uses the defaults.
Thanks for your guide.