Hello,
I have a chart with multiple series and custom axes. Everytime a series/axis is added the start and end labels for the custom vertical axes each start at a different place so they do not overlap:
axis1.StartPosition = 1
axis1.EndPosition = 100
axis2.StartPosition = 6
axis2.EndPosition = 94
axis3.StartPosition = 11
axis3.EndPosition = 89
etc...
This works great, but everytime an axis gets added the space each consecutive series takes up gets smaller and smaller. Is there any way to have the labels of the axes not overlap, but each series take up the same space on the chart (as if each start and end were 1 and 100)? Thanks.
Grant
Multiple Series with Same Axis Span on Chart?
Hi Grant,
how about increasing the margin left and changing the custom axis position ?
how about increasing the margin left and changing the custom axis position ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hey there,
Right now I have a maximum of 8 custom axes, and each one's start/end position is changed by 5 increments when a new one is added. So the 8th one start position is at 36 and end position is at 64. Therefore the data does not take up very much room, whereas the 1st series has from startposition 1 to endposition 100. I've got chart.Panel.MarginLeft = 8, but this is so my axis title is not cut off. I would like each data series to use up the same amount of real estate on the chart. I hope I've explained my problem clearly.
Grant
Right now I have a maximum of 8 custom axes, and each one's start/end position is changed by 5 increments when a new one is added. So the 8th one start position is at 36 and end position is at 64. Therefore the data does not take up very much room, whereas the 1st series has from startposition 1 to endposition 100. I've got chart.Panel.MarginLeft = 8, but this is so my axis title is not cut off. I would like each data series to use up the same amount of real estate on the chart. I hope I've explained my problem clearly.
Grant
Hi Grant,
could you please post an example into the steema.public.attachments newsgroup with which I can see what you refer ?
could you please post an example into the steema.public.attachments newsgroup with which I can see what you refer ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Josep,
I don't see a link for steema.public.attachments newsgroup on the web page http://www.teechart.net/support/modules ... Newsgroups
Regards,
Grant
I don't see a link for steema.public.attachments newsgroup on the web page http://www.teechart.net/support/modules ... Newsgroups
Regards,
Grant