The limits for box are as followMinX=0,MaxX=400,MinY=0,MaxY=4Ultrachart limits are as followMinX=0,MaxX=600,MinY=0,MaxY=3.5777
Problem1: Box upper border is overriding on ultrachart upperblack border.
Box upper border line should not override the ultrachart black border line as Box MaxY is 4.0 which is above the MaxY of ultrachart..How can achive this.
Problem 2:- Box should be drawn inside the ultrachart black border in any condition box border should not override the ultrachart black border lines.How can i achive this.
Hello Asha,
I have been trying to reproduce the behavior you described and using the similar values I got everything to work as expected. If you were to upload a code snippet or a sample project I might be able to find what is causing it.
Looking forward to your reply.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
IAdvanceAxis xAxis = e.Grid["X"] as IAdvanceAxis;
IAdvanceAxis yAxis = e.Grid["Y"] as IAdvanceAxis;DrawHighlightedSection is called in ZoomChart_FillSceneGraph
private void DrawHighlightedSection(IAdvanceAxis xAxis, IAdvanceAxis yAxis){int indexOfBorderBox = -1;for (int current = 0; current < mSceneGraph.Count; current++){if (mSceneGraph[current].Path == "Border.Title.Grid.Chart"){indexOfBorderBox = current;break;}
//default white
Details for above code:-The limits for box are as followHighlightRangeXMin =0,HighlightRangeXMax =400,HighlightRangeYMin =0,HighlightRangeYMax =4Ultrachart limits are as followMinX=0,MaxX=600,MinY=0,MaxY=3.5777.Hope this information helps u to know what is causing it.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If this is what you were looking for please verify the answer so it helps other users as well.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support