Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
compositechart doesn't support ZeroAligned???
posted

I have a composite chart which has 2 stepline and 1 steparea charts. the data range is -1000 to 1000. I'd like the axis x start from Y-0, in other words middle of axis Y, looks like below

Y
|
|
|__________________ X
|
|
|

so i set ZeroAligned to be true but seems doesn't work, axis x always starts from the botthom, instead of center of Y.

ZeroAligned works fine with simple stepline chart......

any idea how to solve this issue? thanks

Parents
No Data
Reply
  • 275
    posted

    seems like even Tickmark doesn't work for composite chart....

    i set interval as below but it doesn't work...still default 10%

                ucInvCal.Axis.X.TickmarkIntervalType = AxisIntervalType.Days;
                ucInvCal.Axis.X.TickmarkStyle = AxisTickStyle.DataInterval;
                ucInvCal.Axis.X.TickmarkInterval = 1;

Children
No Data