Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mynewnameforthisforum #1
cfchart rotate x axis labels
This should be very easy to do. I want my x axis labels to be horizontial not vertical.
How do I do this?
Thanks
trainmom
mynewnameforthisforum Guest
-
rotate camera along an axis
hi i want to change only the X axis in the rotation properties of a camera .how can i do this. can anyone help me. thanking you all in advance... -
Help w/ CFChart and labels
Hi folks, I'm using CF 7 and trying to get a chart finished up. Its all working except the labels along the Y axix. Because of the length of... -
cfchart labels
I am missing something here. In my chart, it is not putting the labels under the bars. There is is 3 bars, and each should have a label along the... -
trying to rotate a model using two diff axis
Im banging my head against this one. Essentially, im attempting to turn a wheel by rotating a model along one axis whilst steering with the... -
rotate just the axis of models
Hi, I need to rotate a models pivot point. I've tried to store the positons of every single vertex, rotate the model, and then write the stored... -
Xenotrim #2
Re: cfchart rotate x axis labels
If you are using 7, I think the best (and only?) way to do this is to use a
style and then edit the .xml file for that style.
ie. in your cfchart tag put:
<cfchart style="silver">
then modify your C:\CFROOT\charting\styles\silver.xml file to:
<xAxis>
<labelStyle isHideOverlapped="true" orientation="vertical" />
<titleStyle font="Arial-12-bold" isMultiline="false" />
</xAxis>
You can also make your own style and do this.
Xenotrim Guest



Reply With Quote

