Hi,
I'm just trying to use MS Chart seriously for the first time. I have been getting on ok so far aided by the occasional web search for some advice but have come across a problem that is driving me nuts.
I can't seem to get any control over the X-axis tick marks other than switching them ON/OFF.
If i use:
they will disappear. However, none of the other options:Code:myChart.Plot.Axis(VtChAxisIdX).Tick.Style = VtChAxisTickStyleNone
VtChAxisTickStyleCenter
VtChAxisTickStyleInside
VtChAxisTickStyleOutside
seem to have any affect. With all three of these styles the ticks come on the outside. Also I can't have any effect on the length either using:
Would be really greatful for any advice on this one.Code:myChart.Plot.Axis(VtChAxisIdX).Tick.Length = .....
Thanks
Raz


Reply With Quote