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
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;